From 00f7957b84f6484c4d85175904381a66f1fbbd83 Mon Sep 17 00:00:00 2001 From: yuanbiao Date: Mon, 5 Aug 2024 11:54:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5d381cc..3938343 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ # ---> Python # Byte-compiled / optimized / DLL files -__pycache__/ +**/__pycache__/ *.py[cod] *$py.class