# Global excludes for backend build context
# Reduce context size and avoid sending large/irrelevant files

# VCS
.git
.gitignore

# Node / frontend
frontend/node_modules
frontend/build
frontend/dist
frontend/.cache
frontend/.next
frontend/coverage

# Root-level node_modules if any
node_modules

# Go build artifacts
bin
out
build
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/**

# Environments and local configs
.env
.env.*
!.env.example

# Docker
Dockerfile
Dockerfile.dev

# App data
uploads
cache
dist
