node_modules
dist
.git
.github
.husky
.idea
.vscode
.agent
.claude
.superpowers
openspec
doc
scripts
*.tsbuildinfo
vite.config.ts.timestamp-*

# 不把本机 .env 烧进镜像。需要构建期变量时用 --build-arg 显式传入，
# 见 Dockerfile 与 API 仓库的 DEPLOY.md。
.env
.env.*
!.env.example
