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

# Virtual environment
.venv/

# Build artifacts
dist/

# Test / coverage
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Claude Code local settings
.claude/settings.local.json
