# Keep the Docker build context small and avoid leaking local secrets/artifacts.
.git
.github
.idea
.vscode
.cursor
.codex

node_modules
**/node_modules
.next
**/.next
.vercel
.turbo
.open-next
.wrangler
.vite
dist
out
coverage
*.tsbuildinfo

.env
.env.*
!.env.example
!apps/**/.env.example

*.log
.DS_Store

docs
*.md
!README.md
