# Dependencies
node_modules/

# Next.js
.next/
out/

# Environment files
.env
.env.local
.env.*.local
.env.production
.env.development
docker/.env

# Credentials & Secrets
*.pem
*.key
credentials.json
secrets.json
service-account.json
*.p12
*.pfx

# n8n workflows (contain credential references)
n8n-workflows/

# Database
*.db
*.sqlite
*.sqlite3
*.sql.gz
*.dump
*.backup
database/backups/
database/dumps/

# Debug & Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
*.log

# OS
.DS_Store
Thumbs.db
Desktop.ini

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

# Build
dist/
build/
coverage/
*.tsbuildinfo

# Prisma
prisma/*.db

# Claude
.claude/

# Playwright MCP
.playwright-mcp/

# Planning & Internal Docs
.planning/
.events/

# Project instructions (may contain sensitive info)
CLAUDE.md

# Temp files
tmp/
temp/
*.tmp

# ===========================================
# OPERATIONAL CODE - Lives on AWS only
# GitHub repo is showcase + submission portal
# ===========================================

# Web application
web/

# Scripts & automation
scripts/

# Configuration
config/
compound.config.json

# Database schemas & migrations
database/

# Docker deployment
docker/
.dockerignore

# Video generation
video/

# Internal skill definitions
skills/

# Task/PRD files
tasks/
prd.md

# Templates
templates/

# Internal reports
reports/

# Internal documentation
docs/

# GitHub workflows - NOT gitignored (sync to GitHub for CI/CD)
# .github/workflows/
