From 678181288cfcf395025ebace93e80fecd4c03e3a Mon Sep 17 00:00:00 2001 From: Ol86 <51297375+Ol86@users.noreply.github.com> Date: Thu, 28 Mar 2024 23:23:56 +0100 Subject: [PATCH] Remove __pycache__ folder --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c483c8f..df9e2d6 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,4 @@ SQLHandler/config.json .gitignore .vscode/c_cpp_properties.json venv/ -__pycache__/ \ No newline at end of file +**/__pycache__/ \ No newline at end of file