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

# Virtual environments
.venv

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

# OS
.DS_Store
Thumbs.db

# Local config
.claude/
*.local.json

# Test/cache
.pytest_cache/
.ruff_cache/
.mypy_cache/