references/apps
.harness-worker/
.superpowers/
.tmp/
.worktrees/
__pycache__/
*.pyc
.venv/
*.egg-info/
dist/
build/
web/node_modules/
web/dist/
worker/src/worker/static/*
!worker/src/worker/static/.gitkeep
worker/.coverage
web/**/*.js
web/**/*.d.ts
web/**/*.tsbuildinfo
web/test-results/

# Feature worktrees (see AGENTS.md). Untracked here, they are one stray `git add -A`
# away from being committed as an embedded repo.
.worktrees/
