node_modules
dist/
coverage/
.DS_Store
.worktrees/
worktrees/
.env
.env.local
.env.*.local

# Go build artifacts
cli/relay
cli/cli

# Agent work artifacts
docs/breadcrumbs.md
docs/choices.md

# Local agent/IDE settings (never release)
.claude/settings.local.json

# Local notes
docs/internal/

# Local validation artifacts
.artifacts/
census-worker/.wrangler/

# Demo-recording identity denylist (personal strings, never committed)
scripts/demo/denylist.local

# Demo-recording working outputs (compressed casts, scrub exports, markers)
# — private session content; curated casts go to scripts/demo/casts/ only.
scripts/demo/*.cast
scripts/demo/*.txt
scripts/demo/*.markers.json
scripts/demo/casts/*.txt
scripts/demo/casts/*.markers.json

# Python cache artifacts from local validation harnesses
__pycache__/
*.py[cod]
scripts/dev/own-activity.local.json
