From 588b151acd3300808b911c04e421ec138c086145 Mon Sep 17 00:00:00 2001 From: Jukoga Date: Wed, 24 Jul 2024 23:35:39 +0200 Subject: [PATCH] added pycache to all paths --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 56bf8f4..e0ad09e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ # Byte-compiled / optimized / DLL files -__pycache__/ +*/__pycache__/ *.py[cod] *$py.class