From a87233c920a47905a9d69cc26bdf80db7f2736c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=A4=96=E4=B9=8B=E7=A5=9E?= Date: Sat, 30 Jul 2022 13:51:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=BD=E7=95=A5=E6=9B=B4=E5=A4=9A=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= 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 a4712bc..fe3b0fc 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,4 @@ release/ __pycache__/ */__pycache__/ # 忽略测试文件 -test.py +test*.py