63 lines
1.0 KiB
Plaintext
63 lines
1.0 KiB
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/__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/*
|
|
|
|
# Windows packaging and private issuer material
|
|
.build-venv/
|
|
.windows-build/
|
|
vendor-private/
|
|
_apply_windows.py
|
|
|
|
# offline report build artifacts & portable render runtime (regenerable / one-off)
|
|
report_assets/
|
|
report_render_runtime/
|
|
系统部署性能分析评估报告.docx
|
|
monitor_runtime/local-webcam/
|