From 4012458bcfdc947982d751da7e915709a0bac5f0 Mon Sep 17 00:00:00 2001 From: Agent Date: Fri, 20 Mar 2026 06:57:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20.gitignore=20=E6=8E=92?= =?UTF-8?q?=E9=99=A4=20Releases=20=E5=92=8C=20Test=20=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b31fecd --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# 发布包 +Releases/ + +# 测试文件 +Test/ + +# 日志文件 +*.log +logs/ + +# Python +__pycache__/ +*.pyc +.pyo +.env +.venv/