From a1f5b343ad92c458eaa17fea2f97eb6a650c237f Mon Sep 17 00:00:00 2001 From: LyubomirT Date: Fri, 1 Dec 2023 21:41:15 +0200 Subject: [PATCH] Add temp directory to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c18dd8d..e840bc1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ __pycache__/ +temp/ \ No newline at end of file