# Dependencies
node_modules/
.pnpm-store/

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

# Environment files
# .env
# .env.local
# .env.*.local
# .env.production
# .env.staging

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

# OS
.DS_Store
Thumbs.db

# Logs
*.log
npm-debug.log*
pnpm-debug.log*

# Testing
coverage/
.nyc_output/

# Prisma
apps/api/prisma/*.db
apps/api/prisma/*.db-journal

# Docker
.docker/

# Vercel
.vercel/

# GCP
.gcloud/
.vercel

# Orchestrator
apps/orchestrator/node/target/