From 3dfa8c8a8aa10d2211fe6b334391ede548832818 Mon Sep 17 00:00:00 2001 From: ouyangyouzhang Date: Tue, 27 May 2025 11:50:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=20.gitignore=20=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..de27d28 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +# 忽略所有Python缓存文件夹 +__pycache__/ +*.py[cod] +*$py.class