From 7c4fd7e2968bf5f4f18579c36604c2d20c99425d Mon Sep 17 00:00:00 2001 From: BalamiRR Date: Tue, 11 Feb 2025 23:16:03 +0100 Subject: [PATCH] gitignore updates --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a0ad250..44e1688 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ log.html output.xml report.html -configuration/__pycache__/ -.png -frontend/__pycache__/ \ No newline at end of file +__pycache__/ +**/__pycache__/ +*.png