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

# Distribution / packaging
*.egg-info/
*.egg
dist/
build/
*.whl
*.tar.gz

# Virtual environments
.venv/
venv/
.python-version

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

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

# OS files
.DS_Store
Thumbs.db

# Perfetto trace files
*.perfetto-trace
*.proto
*.pb
traces/

# Internal tooling (not for public repo)
.claude/
openspec/
docs/superpowers/
.superpowers/
perfetto-docs
perfetto-cli-usage-workspace/

# MkDocs build output
site/

# Misc
*.log
