# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.eggs/

# Virtual environments
.venv

# UV
# uv.lock

# IDE
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store

# Temporary files
*.tmp
*.bak
.cache/

# Dev notes and prototypes (keep local, don't commit)
MILESTONE_*.md
*_PROPOSAL.md
*_EVALUATION*.md
*_REPORT.md
CODEMAP_*.md
STYLE_GUIDE.md
debug_*.py
prototype_*.py
/test_*.py
# Note: /test_*.py only ignores root test files, not tests/ directory
.coverage
