include argus workflow
This commit is contained in:
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# Python venv — run `python3 -m venv .venv && pip install -r argus/requirements.txt` to recreate
|
||||
.venv/
|
||||
|
||||
# Python bytecode
|
||||
argus/__pycache__/
|
||||
argus/**/__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user