# Dependencies
node_modules/
.pnpm-store/

# Build
dist/
*.tsbuildinfo

# Environment
.env
.env.*
!.env.example

# IDE
.idea/
.vscode/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Turbo
.turbo/

# Next.js
.next/
out/

# Drizzle (migrations are tracked in git — they are reviewable, versioned artifacts)

# Coverage
coverage/

# Logs
*.log

# Circle
circle_recovery_file*.dat
recovery_file_*.dat

# Terraform
infra/.terraform/
infra/terraform.tfvars
infra/*.tfstate*
infra/*.tfplan
infra/tfplan

# Python
__pycache__/
*.pyc
*.egg-info/

# Playwright
playwright-report/
test-results/

# Security audit evidence (generated, not committed)
evidence/

# Marketing n8n workflows are tracked in git (no hardcoded secrets — all API keys use $env vars)
# Live versions run in n8n Cloud; these are the source-of-truth reference copies

# Binary documents (store in Google Drive, not git)
*.pptx
*.docx
*.xlsx
.worktrees/
