From c292fb791d16e78b348f973cfbf93010efe95559 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=85=BE=E8=AE=AFWorkBuddy?= Date: Sun, 16 Aug 2026 01:48:49 +0800 Subject: [PATCH] =?UTF-8?q?B-38:=20=E6=A0=B7=E6=9C=AC=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=AE=89=E5=85=A8=E2=80=94=E2=80=94=E8=BF=90=E8=A1=8C=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E7=9B=AE=E5=BD=95=E9=9A=94=E7=A6=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 运行时数据、真实银行上传文件与导出文件一律不进仓库;样本仅限 流水模板/ 中已脱敏的六份。新增 data/、uploads/、exports/、日志与 PID 文件的忽略规则。 --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitignore b/.gitignore index ffe9088..4d147ed 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,14 @@ __pycache__/ *.py[cod] .venv/ .tmp-*/ + +# 运行时数据与真实银行文件一律不进仓库(样本仅限流水模板/中已脱敏的六份) +data/ +uploads/ +exports/ +*.local +server.pid +server.out.log +server.err.log +nul +