.claude/ # Python __pycache__/ *.py[cod] *$py.class *.egg-info/ .venv/ venv/ .pytest_cache/ .ruff_cache/ # Goblin-specific bench_cache/ # kb/.embeddings_cache_*.npy is intentionally TRACKED — see README "Deploying # to Hugging Face Spaces". Shipping the cache keyed on the current YAML's # sha256 keeps the Space cold-start fast (no sentence-transformers download). *.trace.csv *.trace.json .env .anthropic-key # Editor / OS .vscode/ .idea/ .DS_Store