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

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

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

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

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

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

# nyc test coverage
.nyc_output

# Dependency directories
node_modules/
jspm_packages/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# Build outputs
build/
dist/

# Temporary folders
tmp/
temp/

# Lighthouse / audit temp output (keep *-latest.json in reports/status)
reports/status/*-temp.json
reports/status/lighthouse-report.html
lighthouse-report.html
undefined*/
**/AppData/Local/lighthouse.*/
undefined*/

# IDE files
*.swp
*.swo
*~

# Local environment files
.env.local
.env.development.local
.env.test.local
.env.production.local