# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.venv/

# Testing
.pytest_cache/
.coverage
htmlcov/

# OS
.DS_Store

# Scratch docs
PLAN.md
RESEARCH.md
STATUS.md

.specs/
.claude/