From 8ce12d151ff167ff41e63d70fa80c1d02e98d2fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B8=A2=E4=BD=8E=E5=90=B8?= Date: Sat, 13 Apr 2024 13:40:32 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=88=20=E6=9B=B4=E6=96=B0=20gitignore?= 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 eda1953..fe3dc67 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .venv/ .idea/ -**/target/ \ No newline at end of file +**/target/ +.python-version