node_modules/
dist/
__pycache__/
*.py[cod]
.next/
.turbo/
*.tsbuildinfo
.env
.env.local
.env.*.local
.DS_Store
*.log
coverage/
.vercel/
drizzle/meta/
uploads/
*.pdf

# Audit script state (contains access tokens)
playwright-auth.json
audit-failure-*.png
docs/superpowers/audits/agent-byoa/.token-snapshot.json
docs/superpowers/audits/agent-byoa/agent-byoa-layer-*.last-run.txt

# Audit binary outputs — visual-regression PNGs and last-run snapshots.
# Generated by Playwright audit scripts under docs/superpowers/audits/**; not committed.
docs/superpowers/audits/**/*.png
docs/superpowers/audits/**/*.last-run.txt

# Ad-hoc visual review screenshots from session audit sweeps.
# These are throwaway test artifacts — the real audits write their
# baselines to docs/superpowers/audits/*.last-run.txt and don't
# persist PNGs. Safe to delete any time.
s2-visual-*.png
mcp-bundle-*.png
ui-audit-*.png
alex-pm-test-*.png
audit-*.png
docs/superpowers/audits/pr-a-screenshots/
docs/superpowers/audits/screenshots/
docs/superpowers/audits/*.last-run.txt
bug-test-*.png
demo-*.png
fix-*.png
fixed-*.png
phase1-test-*.png
phase2-*.png
tasks-*.png
test-*.png

# Drizzle migration preview output + ad-hoc SQL dumps
migration-*.sql

# Ad-hoc scratch test reports
deft-human-test-results.md
backups/

# Playwright MCP internal browser state
.playwright-mcp/

# Claude Code agent runtime state
.claude/scheduled_tasks.lock
.claude/worktrees/
.claude/settings.local.json
.deploy-tokens

# Internal-only documentation — kept on local disk, not pushed to public repo.
# These contain product strategy, internal QA workflows, deployment runbooks,
# and pre-shipped feature specs that aren't appropriate for the public mirror.
# Drop a file here only after deciding it's permanently internal; for a one-off
# private note that might later get published, leave it tracked.
AGENT-TEST-GUIDE.md
AGENT-TEST-PLAN.md
BROWSER-TEST-PROMPT.md
CAIRN-PRODUCT-DOC.md
COMPETITIVE-ANALYSIS.md
DEFT-BUILD-DOC.md
DEPLOYMENT-PLAN.md
DEPLOYMENT-READINESS-REPORT.md
DISSONANCE-AUDIT-2026-05-04.md
HUMAN-TEST-GUIDE.md
ROADMAP.md
deft-feature-roadmap.md
deft-huddles-spec.md
deft-qa-test-results.md
week-1-session-1.md
ALPHA-PLAYBOOK.md
demo-video-structure.md
apps/web-demo/
docs/superpowers/audits/.screenshots/

# Public-repo hygiene: keep marketing site sources, ad-hoc screenshots,
# logo exports, and design-reference drops out of the product repo.
customer-website/
screenshots/
Logos/
stitch-reference/
.demo-private-keep/

# Generated local pilot/audit reports.
# Keep reusable runners in scripts/ and leave HTML/JSON/screenshots local.
reports/*.html
reports/*.json
reports/*.md
reports/*.mjs
reports/*.png
reports/screenshots/
reports/*/

# Local Codex/audit scratch folders.
tmp/
.codex-site-review/
.agents/

# Local package-manager cache and manually managed Git worktrees.
.pnpm-store/
.worktrees/
