From f4e2c21ece9a5c7113cb54f2892154db66f3e004 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Fri, 3 Feb 2023 23:06:55 +0800 Subject: [PATCH] Added test_temp.py to .gitignore, for temporary tests that should not be committed. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e813d5a..9b4560c 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ excludes *.pot *.mo zh_Hans +test_temp.py