.venv/
__pycache__/
*.pyc
*.pyo
.pytest_cache/
.ruff_cache/
.mypy_cache/
dist/
build/
*.egg-info/
.mcp-docs/
.mcp-docs-agent-log-fallback/
.coverage
.env
.DS_Store
.claude/

# RAG layer / ML model caches (never commit weights or local dumps)
local_cache/
models/
.fastembed_cache/
.huggingface/
.cache/
*.onnx
*.safetensors
*.gguf
*.bin
*.pt
*.npy
*.npz

# Ad-hoc dumps from search/embeddings debugging
chunks_dump.*
embeddings_dump.*
*.dump.json

# Editor / OS personal
.idea/
.vscode/
*.swp
*.swo
Thumbs.db

# jig local scratch state
.jig/

# Playwright MCP debug output
.playwright-mcp/
