From 2930bfd3aebdc012b16ce40e8b8ad7c92552f5be Mon Sep 17 00:00:00 2001 From: BaimoQilin Date: Sun, 12 May 2024 21:02:06 +0800 Subject: [PATCH] fix: Ignore temp folder now --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3116f2f..685d520 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ __pycache__ generated/* +temp/* logs/* test.py