# dependencies
node_modules/

# build outputs
dist/
.next/
out/
build/

# turborepo
.turbo/

# typescript
*.tsbuildinfo

# env files (NEVER commit real env files)
.env
.env.local
.env.*.local
.env.production
.env.staging

# postgres data volume
pgdata/

# misc
.DS_Store
*.pem
.vercel

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# next.js
next-env.d.ts

# testing
coverage/
test-results/
playwright-report/
tests/browser/.auth/

# prisma
apps/api/src/generated/

# deployment secrets
deployment/.env.*
!deployment/env.example

# npm artifacts
*.tgz

# ============================================================
# PRIVATE — Internal files that must NEVER be in the public repo
# ============================================================

# Internal research, strategy, market analysis, product plan
research/

# Original v0 prototype (contains PRD, tickets, internal specs)
v0-prototype/

# Claude Code project instructions (contains architecture, strategy, gaps)
CLAUDE.md

# MCP server config (may contain API keys)
.mcp.json

# Implementation plans generated by superpowers skill
docs/superpowers/

# Internal guides
docs/assets/GIF-RECORDING-GUIDE.md

# Raw data files
*.jsonl

# Claude Code internals
.agents/
.claude/
skills-lock.json
.superpowers/
