__pycache__/
*.pyc
*.pyo
.venv/
*.egg-info/
dist/
build/
.eggs/
*.egg
.pytest_cache/
.coverage
htmlcov/
.claude/
docs/superpowers/
uv.lock

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

# OS junk
.DS_Store
Thumbs.db
desktop.ini

# Python tooling caches
.mypy_cache/
.ruff_cache/

# Build / test artifacts
*.log
result
.direnv/

# Browser automation
.playwright-mcp/

# Temp / scratch
*.tmp

# Local-only changelog HTML renderings (kept out of the repo)
v*-changelog.html
pr*-changelog-diff.html
*-ux-mockup.html
broad-except-audit.local.md
