# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

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

# Environment files
.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

# Git
.git/
.gitignore

# Documentation
README.md
DOCKER.md
docs/

# Docker
Dockerfile*
docker-compose*
.dockerignore

# Cache
.cache/
.temp/
.tmp/

# Test coverage
coverage/
.nyc_output/

# Misc
*.tgz
*.tar.gz
