# Worktrees (workspace convention: one worktree per feature, under .worktrees/)
.worktrees/

# Temporary files (workspace convention: never store them outside the repo)
.tmp/

# Agent scratch (subagent-driven-development ledger, briefs, review packages)
.superpowers/

# Python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.venv/
venv/

# Tooling caches
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# Editors / OS
.DS_Store
.idea/
.vscode/
