__pycache__/
*.py[cod]
*.egg-info/
dist/
.venv/
.env
.pytest_cache/
.ruff_cache/
node_modules/

# Agent tooling scratch. None of it is an input to a build, a test or the
# docs site — it is per-developer state that happens to land in the repo
# root, so it belongs here next to .superpowers/ rather than in a global
# excludes file where a second contributor would not inherit it.
.superpowers/
.serena/
claudedocs/
build/
.eggs/
*.egg
.mypy_cache/
.ty_cache/
htmlcov/
.coverage
coverage.xml
playwright-report/
test-results/
.DS_Store
Thumbs.db
.idea/
.vscode/
uv.lock

# mkdocs build output
site/

# Agent worktrees, created by isolated subagent runs.
.claude/worktrees/
