12 lines
197 B
Plaintext
12 lines
197 B
Plaintext
# 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
|