# Dependencies
node_modules/
/.pnp
.pnp.js

# Production builds
/dist
/dist-ssr
/build
*.local

# Testing
/coverage
*.lcov
.nyc_output

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

# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

# Editor directories and files
.vscode/*
!.vscode/extensions.json
!.vscode/settings.json
.idea/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
*.swp
*.swo
*~

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

# Package manager
.npm
.yarn-integrity
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.pnp.*

# Cache directories
.cache/
.parcel-cache/
.eslintcache
.stylelintcache

# Temporary files
/tmp/
/temp/
*.tmp
*.temp
*.bak
*.backup
*.old

# Build tools
.grunt
.sass-cache/

# Debug
debug/
*.map

# FiveM specific (if applicable)
cache/
server-data/
resources/[local]/

# Documentation build
/docs-build/
/styleguide/

# Miscellaneous
*.seed
*.pid
*.pid.lock
.env.*.backup