# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Testing
coverage/
.nyc_output

# Production
build/
dist/

# Environment
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

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

# OS
.DS_Store
Thumbs.db

# Logs
logs/
*.log

# Runtime
pids/
*.pid
*.seed
*.pid.lock

# Optional pnpm cache
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'pnpm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# Private keys (NEVER commit these!)
*.pem
*.key
private-key*
secret*

# Temporary files
tmp/
temp/
*.tmp

# Generated peac files for testing
test-peac.txt
test-*.txt

# API server data
data/
uploads/