From 515e73723f3eda147a77bce5e360104da129874e Mon Sep 17 00:00:00 2001 From: Ru Chern Chong Date: Mon, 20 May 2024 03:43:27 +0800 Subject: [PATCH] Add python folder to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 40e138e..ab32383 100644 --- a/.gitignore +++ b/.gitignore @@ -183,4 +183,5 @@ pyvenv.cfg pip-selfcheck.json tmp +python *.zip \ No newline at end of file