| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| build/ | |
| develop-eggs/ | |
| dist/ | |
| downloads/ | |
| eggs/ | |
| .eggs/ | |
| lib/ | |
| lib64/ | |
| parts/ | |
| sdist/ | |
| var/ | |
| wheels/ | |
| *.egg-info/ | |
| .installed.cfg | |
| *.egg | |
| MANIFEST | |
| *.log | |
| # Virtual environments | |
| venv/ | |
| ENV/ | |
| env/ | |
| .venv | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| *~ | |
| # Data and models | |
| data/raw/ | |
| data/indexes/ | |
| /models/ | |
| # Evaluation artifacts | |
| eval/human_eval_log.jsonl | |
| .deepeval/ | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |
| # Secrets | |
| .env | |
| .env.* | |
| !.env.example | |
| *.pem | |
| *.key | |
| credentials*.json | |
| service-account*.json | |
| .ipynb_checkpoints/ | |
| .claude/ | |
| # Data artifacts | |
| data/processed/ | |
| Data_Karthik/ | |
| data/curated/resources_seed.jsonl | |
| data/curated/source_inventory.csv | |
| data/curated/excluded_sources.csv | |
| data/curated/README_corpus_notes.md | |
| data/curated/raw_pages/ | |
| data/curated/indexes/ | |
| eval/ragas_results.json | |
| eval/curated_retrieval_audit.json | |
| eval/multiturn_results.json | |
| eval/karthik_eval_results.json | |
| eval/empathrag_core_supervised.csv | |
| eval/router_eval_results.json | |
| eval/core_eval_results.json | |
| eval/core_eval_summary.md | |
| eval/core_dataset_v2_ingest_report.json | |
| eval/core_dataset_v2_ingest_report.md | |
| eval/core_dataset_v2_ingest_report.sample.json | |
| eval/core_dataset_v2_ingest_report.sample.md | |
| eval/empathrag_core_supervised.sample.csv | |
| eval/multiturn_scenarios.sample.jsonl | |
| eval/eval_b_multiturn_summary.md | |
| pytest-cache-files-*/ | |
| # Session artifacts | |
| CHANGES_APPLIED.md | |
| CLEANUP_DONE_*.md | |
| *_VERIFICATION.md | |
| *_RECON.md | |
| ROTATION_CHECKLIST.md | |