From 7ab4dfb9a071f42a5c27dfaf1ca707a4df63be3b Mon Sep 17 00:00:00 2001 From: LeonspaceX Date: Mon, 26 Jan 2026 21:54:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E8=8D=89=E6=88=91=E4=BB=96=E5=A6=88?= =?UTF-8?q?=E8=84=91=E5=AD=90=E6=9C=89=E7=97=85=E5=90=A7=E3=80=82=E7=BB=88?= =?UTF-8?q?=E4=BA=8E=E6=8A=8A=5F=5Fpycache=5F=5F=E5=88=A0=E6=8E=89?= =?UTF-8?q?=E4=BA=86?= 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..938ee60 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +back/data +back/__pycache__ \ No newline at end of file