From df1411f18a7728a9dd1112e277e3bf961325bb49 Mon Sep 17 00:00:00 2001 From: root <1291454411@qq.com> Date: Mon, 21 Sep 2026 10:10:57 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=BF=BD=E7=95=A5=E6=9C=AC=E5=9C=B0?= =?UTF-8?q?=E8=B0=83=E8=AF=95=E6=AE=8B=E7=95=99=EF=BC=88frontend=20?= =?UTF-8?q?=E6=8E=A2=E9=92=88=E8=84=9A=E6=9C=AC=20/=20=E8=BF=90=E8=A1=8C?= =?UTF-8?q?=E6=97=A5=E5=BF=97=20/=20=E6=97=A9=E6=9C=9F=20PyInstaller=20spe?= =?UTF-8?q?c=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index f2954c0..8fccded 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,10 @@ backend/static/ dist/ build/ installer/ + +# 本地调试残留:frontend/a.py b.py 是 requests 探针,error.txt 是运行日志。 +# *.spec 已由远端方案取代(school-meal.spec 入库,根目录这份是早期 PyInstaller 生成物)。 +frontend/a.py +frontend/b.py +frontend/error.txt +学校订餐菜单生成器.spec