__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/
*.egg
.venv/
venv/
.env
.ruff_cache/
.pytest_cache/
.mypy_cache/
.mcpregistry_*
sqlite:/
.claude/
.coverage
htmlcov/
coverage.xml

# Local bench artefacts (BEIR caches, per-run JSON results)
bench-results/

# Internal working docs -- articles, design, plans, demo source (not for public repo)
.internal/
