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

# Virtual environments
.venv/
venv/

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

# Editor local history
.history/

# Personal learning docs — kept local, not published
docs/NOTES.md
docs/MVP_SPEC.md
docs/V2_SPEC.md
