# Nuxt.js
.output
.nuxt
.nitro

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

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

# Coverage directory used by tools like istanbul
coverage/
*.lcov

# nyc test coverage
.nyc_output

# ESLint cache
.eslintcache

# Optional npm cache directory
.npm

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# Environment variables
.env
.env.local
.env.production
.env.development

# Logs
logs
*.log

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

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

# Build outputs
dist/
.output/
.nuxt/

# Local music files (keep them out of git)
music/
*.mp3
*.wav
*.flac
*.m4a
*.ogg
*.aac

# Temporary files
.tmp/
*.tmp

# Cache files
.cache/
.parcel-cache/

# PWA files
sw.js
workbox-*.js

# Docker and deployment
.env*
docker-compose.override.yml
.dockerignore

# SSL certificates
*.pem
*.crt
*.key

# Production secrets
secrets/
credentials/