Files
traffic-monitoring-new/.gitignore
2025-07-16 07:13:43 +08:00

22 lines
256 B
Plaintext

# Virtual environments
env/
venv/
.venv/
# Python cache
__pycache__/
*.py[cod]
*.pyo
# Distribution / packaging
build/
dist/
*.egg-info/
# IDEs/editors (optional but common)
.vscode/
.idea/
# Jupyter Notebook checkpoints (optional)
.ipynb_checkpoints/