# Python
cache/
__pycache__/
*.pyc
*.egg-info/
.pytest_cache/

# Virtual environments
venv/
.venv/

# Logs
*.log

# Coverage
.coverage
htmlcov/

# macOS
.DS_Store

# IDE / Tools
.serena/
.claude/

# Local development docs
CLAUDE.md
DEVELOPMENT_NOTES.md

# User configuration (copy from config.json.example)
config.json

