# Git 与本地开发目录不需要进入镜像上下文,减少构建体积并降低敏感信息泄露风险。 .git .github .idea .claude .venv __pycache__ *.pyc # 本地运行日志、缓存与临时目录不打包进镜像。 logs temp *.log *.log.* # 本地私有配置与运行态文件不进入镜像,避免把真实密钥或登录态烘焙到镜像层。 .env .env.* config.yaml wechat_ipad/config.toml wechat_ipad/providers/*/runtime_state.toml