# Speeds up `docker build` + keeps secrets out of the build context.

node_modules
**/node_modules
.pnpm-store
**/dist
**/build
**/.next
**/.turbo
**/.angular
**/coverage
**/bin
**/obj
.git
.github
.gitlab
.husky
.vscode
.claude/.cache
.claude/.history
.claude/.memory
.mcp/.memory
**/.cache
**/playwright-report
**/test-results

# Env + secrets — NEVER copy into images
.env
.env.*
platform/secrets/*.env
**/appsettings.Development.json

# Documentation we don't need at runtime
docs
knowledge

# Misc
*.log
*.bak
*.tmp
*.swp
.DS_Store
Thumbs.db
