# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/

# Testing & coverage
.coverage
.coverage.*
htmlcov/
.pytest_cache/

# Type checking
.mypy_cache/

# uv
uv.lock

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

# macOS
.DS_Store

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