# Python __pycache__/ **/__pycache__/ *.pyc *.pyo *.pyd # Env + venvs .venv/ .env .env.* !.env.example # Editor / OS .idea/ .vscode/ .DS_Store Thumbs.db # Test / lint caches .pytest_cache/ .mypy_cache/ .ruff_cache/ # Project-specific # raw input dataset — kept locally, not committed Data/ # regenerable from the message log; gitignored to keep checkouts lean. # Note: the HF Space deploy still ships the index via Git LFS in its branch. artifacts/part3/index/ # training intermediates — derived from conversations.csv, not needed at runtime artifacts/part2/dev_unlabeled.csv artifacts/part2/dev_gold_auto.csv artifacts/part2/labeled.csv artifacts/part3/candidates.json artifacts/part3/entity_mentions.csv # Runtime + build logs *.log artifacts/_*.log artifacts/_*.txt artifacts/part3/_*.txt artifacts/part3/_*.log # HuggingFace model cache (only if someone runs scripts that write into the repo) .cache/ hf-cache/ # Internal planning doc + Claude harness FINAL_PLAN.md .claude/ CLAUDE.md