From 0f0f50101e72755d03a4e534c1b3a1c9de3f45d8 Mon Sep 17 00:00:00 2001 From: zzx Date: Fri, 1 Aug 2025 18:29:47 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ba7a126..e674f9a 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,6 @@ config.py screenshot Pipfile Pipfile.lock -logs \ No newline at end of file +logs +__pycache__/ +**/__pycache__/ \ No newline at end of file