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

# Virtual environments
.venv

# Test coverage
.coverage
htmlcov/

# IDE
.idea/
.vscode/
*.swp

# Local config (keep config.example.toml)
config.toml

# Pytest cache
.pytest_cache/

# State files
.local/

# External library development (nested repos)
lib/

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