video_monitor/.gitignore
2026-08-30 22:23:12 +08:00

52 lines
748 B
Plaintext

# IDE
.idea/
.vs/
.vscode/
.qoder
.qtcreator
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
# env / build
venv/*
.venv/
dist/*
build/*
# Django
# runtime artifacts
db.sqlite3
monitor.sqlite3
.allowed_hosts
.user_settings
.license
.runtime-secrets.json
.runtime-secrets.json.backup-*
.runtime/
.trusted-models.json
# spec files (PyInstaller build artifacts)
monitor.spec
# uploads / storage
static/storage/*
framework/__pycache__/*
app/__pycache__/*
app/migrations/*
app/migrations/__pycache__/*
app/comms/__pycache__/*
app/utils/__pycache__/*
app/views/__pycache__/*
app/services/__pycache__/*
app/analysis/__pycache__/*
app/analysis/engines/__pycache__/*
app/recording/__pycache__/*
# logs / docs / external services
docs/*
log/*