From 4ed13bcdf2fd7230352c88dc3a4cf96c83bba673 Mon Sep 17 00:00:00 2001 From: Rock Chin Date: Wed, 7 Dec 2022 22:25:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E9=99=A4=5F=5Fpycache=5F=5F=E7=9B=AE?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 05aadf6a..cf4f0fba 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ config.py -.idea/ \ No newline at end of file +.idea/ +__pycache__/ \ No newline at end of file