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

# Virtual environments
.venv

# Config (copy config.example.toml → config.toml to get started)
config.toml

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store

# Test / coverage
.pytest_cache/
.coverage
htmlcov/

.claude/

