# Dependencies
node_modules/
.pnp
.pnp.js

# Testing
coverage/
*.lcov
.nyc_output

# Production
dist/
build/
!scripts/build/
.next/
out/

# !Environment variables
!.env.local
!.env.development.local
!.env.test.local
!.env.production.local
!.env*.local

# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.project
.classpath
.settings/

# Prisma
prisma/migrations/*.sql

# Docker
.dockerignore

# Secrets
infra/secrets/**/*
!infra/secrets/**/.env.example
!infra/secrets/**/.gitignore

# .NET appsettings with environment-specific secrets (use env vars instead)
appsettings.Production.json
appsettings.Staging.json
appsettings.production.json
appsettings.staging.json

# MCP server secrets
services/goodgo-mcp-server/.env

# Temporary files
*.tmp
*.temp
.cache/
.turbo/

# Database
*.db
*.sqlite
*.sqlite3

# Certificates
*.pem
*.key
*.crt
infra/traefik/certs/*

# Build artifacts
*.tsbuildinfo

*storybook.log
storybook-static

# Local MVP app secrets
apps/tpos-mvp-next/.env.local
apps/tpos-mvp-next/.env*.local

# MAUI
obj
bin

# .NET build artifacts
**/bin/
**/obj/
