From 87107b71657bd84f17b98a517be1a3eb38ca77a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=88=99=E6=96=87?= Date: Thu, 15 Jan 2026 13:33:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=20TT?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TT/.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 TT/.gitignore diff --git a/TT/.gitignore b/TT/.gitignore new file mode 100644 index 0000000..7826794 --- /dev/null +++ b/TT/.gitignore @@ -0,0 +1,7 @@ +__pycache__/ +*.py[cod] +*$py.class +.venv/ +.env +.DS_Store +.pytest_cache/ \ No newline at end of file