# ── 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/ input.mp4