# Docker build context 排除项 (镜像内自行构建 dist, 不需要本地构建产物/依赖)
node_modules
dist
.git
.gitea
src-tauri
prototype
photograph

# 本地 ota-package 中的私钥不得进入镜像 (CI 里的 ota-package 只含公钥产物)
ota-package/hotswap.key
.DS_Store