Files
LockInBroMacOS/.gitignore
2026-03-29 06:29:18 -04:00

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