From bfbf100595333c04d53fe4078aa07d85844d6d63 Mon Sep 17 00:00:00 2001 From: spdis Date: Wed, 4 Mar 2026 18:37:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=80=8E=E5=8A=A0gitignore=E5=B9=B6=E5=AF=B9?= =?UTF-8?q?=E6=A2=81=E7=9A=84=E6=8F=90=E4=BA=A4=E8=BF=9B=E8=A1=8C=E6=89=93?= =?UTF-8?q?=E5=8C=85[0.2.7][ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..673fb6f --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +__pycache__/ +*.py[cod] + +/.idea/ +.idea/ + +/media/ +media/ + +*.tar