# Docker 构建上下文排除（context=仓库根，防止 800MB+ 缓存与无关目录进 context）
.gocache/
.gomodcache/
.git/
.agent-teams/
reference/
docs/
web/node_modules/
web/.npm-cache/
node_modules/
deploy/
*.log
.DS_Store
