From 6840233bbae41e247ba47d20d9c350abe9b4e621 Mon Sep 17 00:00:00 2001 From: mortner Date: Sun, 5 May 2024 08:44:48 +0200 Subject: [PATCH] add __temp tp gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index bf148a4..0cd964e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +__temp* + + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod]