# Dependencies
node_modules/
**/node_modules/

# Build outputs
dist/
build/
.next/
out/
coverage/
.nyc_output/
*.tsbuildinfo
tsconfig.tsbuildinfo
.tsbuildinfo

# Environment files
.env
.env.*
**/.env
**/.env.*

# Prisma
/prisma/dev.db
/prisma/dev.db-journal
/generated/
**/generated/
**/prisma/dev.db
**/prisma/dev.db-journal

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

# OS files
.DS_Store
Thumbs.db

# IDE files
.vscode/
.idea/
*.swp

# Package manager files
.npmrc
.yarnrc
.yarnrc.yml
.yarn-integrity

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

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

# Optional npm cache directory
.npm

# Optional REPL history
.node_repl_history

# Misc
*.tgz
*.gz
*.zip

# Results, data, and temp
*.sqlite
*.sqlite3
*.bak
*.tmp
*.temp

# Next.js
next-env.d.ts

# Ignore local data
data/
**/data/
