# Python
__pycache__/
*.py[cod]
*$py.class
*.so

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

# Testing
.coverage
htmlcov/
coverage.xml
junit.xml
.pytest_cache/

# Type checking
.mypy_cache/

# Linting
.ruff_cache/

# Docs
site/

# Virtual environments
.venv/
.env

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

# Claude plugins
.superpowers/
.claude/

# Worktrees
.worktrees/
