| # ββ Secrets & environment βββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| .env | |
| .env.local | |
| .env.*.local | |
| **/.env.production | |
| !.env.example | |
| !.env.production.example | |
| # ββ Dependencies & build output βββββββββββββββββββββββββββββββββββββββββββββββ | |
| node_modules/ | |
| dist/ | |
| dist-ssr/ | |
| build/ | |
| *.local | |
| # ββ Python ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| .pytest_cache/ | |
| pytest-cache-files-*/ | |
| .venv/ | |
| venv/ | |
| ENV/ | |
| env/ | |
| # ββ OS & editors ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| .DS_Store | |
| Thumbs.db | |
| .vscode/* | |
| !.vscode/extensions.json | |
| .idea/ | |
| *.suo | |
| *.ntvs* | |
| *.njsproj | |
| *.sln | |
| *.sw? | |
| # ββ Logs & tooling ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| *.log | |
| npm-debug.log* | |
| yarn-debug.log* | |
| yarn-error.log* | |
| pnpm-debug.log* | |
| lerna-debug.log* | |
| .gemini/ | |
| .agents/ | |
| .firebase/ | |
| # ββ ML model weights (large binaries) βββββββββββββββββββββββββββββββββββββββββ | |
| *.pt | |
| # ββ Build-phase / internal documentation (not shipped) ββββββββββββββββββββββββ | |
| *.md | |
| !README.md | |
| !**/README.md | |
| # Local working notes β never commit | |
| platform_audit_report.md | |
| PLATFORM_AUDIT_REPORT.md | |
| *_remediation.md | |
| *remediation*.md | |
| fixing prompt.md | |
| google_maps_implement.md | |
| implementation.md | |
| agent_arch.md | |
| TODO.md | |
| docs/ | |
| scripts/ | |
| !cepheus/scripts/ | |
| !cepheus/scripts/** | |
| # ββ Design mockups & local assets βββββββββββββββββββββββββββββββββββββββββββββ | |
| Updated designs/ | |
| # ββ Legacy / unused backend paths βββββββββββββββββββββββββββββββββββββββββββββ | |
| backend/atria/ | |
| backend/detections_history.json | |
| backend/uploads/ | |
| # ββ Runtime backend data (local dev / test sessions) ββββββββββββββββββββββββββ | |
| backend/data/ | |
| !backend/data/.gitkeep | |
| # ββ Face recognition: enrolled DB only (not temp/test media) ββββββββββββββββββ | |
| backend/Face_Recognition/temp_face_database/ | |
| backend/Face_Recognition/temp_faces_db/ | |
| backend/Face_Recognition/interaction_output.json | |
| backend/Face_Recognition/test.jpg | |
| backend/Face_Recognition/input.mp4 | |
| backend/Face_Recognition/*.mp4 | |
| # Biometric enrollments β keep out of git (use private object storage in prod) | |
| backend/Face_Recognition/face_database/ | |
| backend/Face_Recognition/faces_db/ | |
| i n p u t . m p 4 | |