.gitignore2.2 KBView on GitHub
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# Per-runtime env files contain secrets — never commit. .example is whitelisted below.
apps/server/.env
apps/server/.env.*
!apps/server/.env.example

# Local MCP config — contains secrets
.mcp.json
.libra-trace-fixtures.json
.libra-replay-output.json

# dependencies
node_modules
/.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions

# testing
/coverage

# next.js
.next
out

# production
build
dist

# misc
.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
bun-debug.log*
# env files (can opt-in for committing if needed)
.env
.dev.vars
.env.mcp-tunnel-backup


# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts

# ide
.idea
.vscode
.turbo
cache
.github/act-events/
i18n.cache
apps/desktop/release
apps/mail/scripts.ts

worker-configuration.d.ts
aws/cdk.out
aws/cdk.out.bootstrap-*
aws/cdk.out.*
aws/.artifacts/

.dev.vars.*
.react-router
.wrangler/

# devcontainer
.pnpm-store
tsx-0/

tools.json

# mastra
*.mastra


# local development/brainstorming files
drafting.md
turbopuffer-debug.log
cc-plans/
cc-docs/
cc-diagrams/
.gstack/

# Claude Code worktrees
.claude/worktrees/
# superglue CLI
.superglue/drafts/
.superglue/config.json

# Account setup session files (contain customer data — never commit)
docs/account-setup/*-[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9].md

# One-off backfill script run reports (JSON) — not source, contain user ids/emails
apps/server/scripts/backfill-reports/

# Local operator journal for account deletion — never commit
.account-deletion/

# Per-audit scratch working folders (python dumps, logs, transcripts, DB pulls —
# customer data + throwaway working files, never commit). Deliverables live in each
# audit's artifacts/ design/ scope/ — those stay tracked.
docs/audits/*/scratch/

# Audit working junk — python caches, editor/pipeline backups, dated DB snapshots (never commit)
__pycache__/
*.pyc
*.bak
*-backup-*
*BACKUP*
*ROLLBACK*
*PREWRITE*

# Taxonomy ops backups (restore points; kept local, not committed)
docs/audits/**/*-taxonomy-backup-*.json
docs/audits/**/*-extractions-backup-*.jsonl