# Dependencies and package-manager state
node_modules/
.pnpm-store/
.pnp
.pnp.*
.yarn/*
!.yarn/patches/
!.yarn/plugins/
!.yarn/releases/
!.yarn/versions/

# Build output and compiler caches
dist/
build/
out/
.next/
.nuxt/
.svelte-kit/
.turbo/
.vite/
*.tsbuildinfo
vite.config.*.timestamp-*

# Test output
coverage/
.nyc_output/
test-results/
playwright-report/

# Runtime data and generated installations
.cache/
tmp/
uploads/
packages-installed/
css-providers-installed/
data/installed.json
.hosting-backup/

# Environment files and secrets (keep redacted templates)
.env
.env.*
!.env.example
!.env.production.example
!**/.env.example
!**/.env.production.example
*.pem
*.key
*.crt
*.p12
*.pfx

# Local databases
*.db
*.db-journal
*.sqlite
*.sqlite-journal
*.sqlite3
*.sqlite3-journal

# Logs and diagnostic output
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

# Editor and operating-system files
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
*.swo
*~

# Local deployment tooling
.vercel/
.netlify/
