From d9ada5d50091e71771f8094a3ca5690c3686876c Mon Sep 17 00:00:00 2001 From: cerberus Date: Tue, 24 Feb 2026 17:10:51 +0100 Subject: [PATCH] mod gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 36b13f1..e59b54e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ # ---> Python # Byte-compiled / optimized / DLL files -__pycache__/ +**/__pycache__/ *.py[cod] *$py.class