From d49cd08c2359fd37e65c1207d0739f398e075b32 Mon Sep 17 00:00:00 2001 From: lm Date: Fri, 17 Oct 2025 09:05:11 +0200 Subject: [PATCH] Ignore root __pycache__ directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9a6c7ba..1c4e356 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # ---> Python # Byte-compiled / optimized / DLL files __pycache__/ +__pycache__ *.py[cod] *$py.class