迁移敏感信息到环境变量

- DeepSeek API Key → ${DEEPSEEK_API_KEY}
- .gitignore 新增 .env / docker-proxy.env 忽略规则
This commit is contained in:
2026-07-15 16:56:15 +08:00
parent 3b3dbdf294
commit 08c140593f
2 changed files with 12 additions and 3 deletions
+6
View File
@@ -15,6 +15,12 @@ logs/
npm/
sandboxes/
# 环境变量密钥文件(.env
.env
# Docker 代理密钥文件
docker-proxy.env
# 备份文件
*.bak*
*.clobbered.*