# Exclude heavy and unnecessary files from Docker build context

# VCS
.git
.gitignore

# Dependencies
node_modules
.pnpm-store

# Build outputs / caches
build
dist
.cache
.next
coverage

# Logs and temp
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
.DS_Store
Thumbs.db
.tmp
.tmp/**
.temp
.temp/**
tmp
tmp/**

# Env files
.env
.env.*
!.env.example

# Editor / OS
.vscode
.idea
