# Dependencies
node_modules/
.pnp
.pnp.js

# Build outputs
dist/
build/
.next/
out/

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

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

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

# Testing
coverage/

# Local Docker volumes
minio_data/
postgres_data/
redis_data/

# Misc
*.tsbuildinfo
next-env.d.ts

# Prisma merged schema (generated at build time)
prisma/merged.prisma