# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.env

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/

# driftless run artifacts
.driftless/

# OS / editor
.DS_Store
.scratch/

# Test / coverage artifacts
.coverage

# Internal planning docs (kept locally, not published)
IMPLEMENTATION_PLAN.md
docs/NEXT_STEPS.md
docs/DECISIONS.md
docs/PROJECT_OVERVIEW.md
