From 94d02815a4bcece8a9e3b6122a3c169cac114484 Mon Sep 17 00:00:00 2001 From: ljh938527 <2689819155@qq.com> Date: Sun, 7 Dec 2025 06:32:44 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f88ab44 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +__pycache__/ +logs/ \ No newline at end of file