# Node modules
node_modules/
**/node_modules/

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

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

# dotenv files
.env
.env.local
.env.*.local

# Build output
dist/
build/
**/dist/
**/build/

# Vite cache
.vite/
.vitepress/cache/

# MacOS
.DS_Store

# VS Code
.vscode/

/backend/music/

# Temporary files
*.tmp
*.swp

# npm package lock (optional, usually you commit this)
# package-lock.json
# yarn.lock

# Coverage (if you run tests)
coverage/