# macOS
.DS_Store

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

# Dependencies
node_modules/

# Environment variables
.env
.env.*
!.env.example

# Build output and caches
dist/
build/
out/
.next/
.nuxt/
.cache/
.turbo/
coverage/

# Editors and IDEs
.idea/
.vscode/*
!.vscode/launch.json
*.swp
*.swo

# Temporary files
tmp/
temp/
