| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *.so | |
| *.egg-info/ | |
| dist/ | |
| build/ | |
| .eggs/ | |
| # Environments | |
| .env | |
| .venv | |
| venv/ | |
| env/ | |
| # Editor | |
| .vscode/ | |
| .idea/ | |
| .cursorignore | |
| .cursorindexingignore | |
| # RECON β data (never commit) | |
| data/sessions.db | |
| data/cache/ | |
| *.db | |
| # RECON β eval outputs (large, reproducible) | |
| eval/results/* | |
| !eval/results/summary.csv | |
| eval/survey_sources.json | |
| eval/survey_sources_summary.txt | |
| # Misc | |
| .DS_Store | |
| Thumbs.db | |
| *.log | |
| .ipynb_checkpoints/ | |
| .pytest_cache/ | |
| .mypy_cache/ | |
| docs/*.png | |
| docs/*.json | |
| # Claude Code | |
| .claude/ | |
| # Secrets | |
| *.pem | |
| *.key | |
| credentials*.json | |
| service-account*.json | |
| # Session artifacts | |
| CHANGES_APPLIED.md | |
| CLEANUP_DONE_*.md | |
| *_VERIFICATION.md | |
| *_RECON.md | |
| ROTATION_CHECKLIST.md | |