B-38: 样本数据安全——运行数据目录隔离
运行时数据、真实银行上传文件与导出文件一律不进仓库;样本仅限 流水模板/ 中已脱敏的六份。新增 data/、uploads/、exports/、日志与 PID 文件的忽略规则。
This commit is contained in:
+11
@@ -2,3 +2,14 @@ __pycache__/
|
|||||||
*.py[cod]
|
*.py[cod]
|
||||||
.venv/
|
.venv/
|
||||||
.tmp-*/
|
.tmp-*/
|
||||||
|
|
||||||
|
# 运行时数据与真实银行文件一律不进仓库(样本仅限流水模板/中已脱敏的六份)
|
||||||
|
data/
|
||||||
|
uploads/
|
||||||
|
exports/
|
||||||
|
*.local
|
||||||
|
server.pid
|
||||||
|
server.out.log
|
||||||
|
server.err.log
|
||||||
|
nul
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user