From e3b1f3518ff362583912bc0a017259afad5f7c1f Mon Sep 17 00:00:00 2001 From: cerberus Date: Mon, 23 Feb 2026 18:20:12 +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