From 290c0a401fe1225a72b35a692b5dbf44cb8601bc Mon Sep 17 00:00:00 2001 From: zetaloop Date: Sat, 25 Apr 2026 08:36:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9C=89=E7=AC=A8=E8=9B=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6f7cb0e..7c1e5db 100644 --- a/.gitignore +++ b/.gitignore @@ -132,4 +132,7 @@ app/*/mq/mq # MacOS shit **/.DS_Store -.DS_Store \ No newline at end of file +.DS_Store + +# Python cache +__pycache__/