__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/
*.egg
.venv/
venv/
.env
.ruff_cache/
.pytest_cache/
.mypy_cache/
sqlite:/
# Only hide per-session subagent notes. If we ever want to track a
# .claude/settings.json or similar shared tooling config, put it in
# .claude/ and it'll be picked up (just this one subdir is ignored).
.claude/agent-memory/
.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/
