# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Virtual envs
.venv/
venv/

# Local index / DB artifacts produced by codebase-rag
.codebase-rag/
*.lance/

# OS / editor
.DS_Store
INTERNAL_SPEC.md

# Design/spec docs stay out of the repo; the README is the single source
GRAPH.md
WHOLE_CODEBASE.md
