B-38: 样本数据安全——运行数据目录隔离

运行时数据、真实银行上传文件与导出文件一律不进仓库;样本仅限
流水模板/ 中已脱敏的六份。新增 data/、uploads/、exports/、日志与
PID 文件的忽略规则。
This commit is contained in:
腾讯WorkBuddy
2026-08-16 01:48:49 +08:00
parent 24d645b77c
commit c292fb791d
+11
View File
@@ -2,3 +2,14 @@ __pycache__/
*.py[cod]
.venv/
.tmp-*/
# 运行时数据与真实银行文件一律不进仓库(样本仅限流水模板/中已脱敏的六份)
data/
uploads/
exports/
*.local
server.pid
server.out.log
server.err.log
nul