From d4ac318a9512d978aa52ba38aceba1f9b6d9cb87 Mon Sep 17 00:00:00 2001 From: brotoskyj Date: Thu, 21 Aug 2025 17:08:58 -0400 Subject: [PATCH] Ignoring Pycache --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d43856f..fa7e39c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ .env *.html -**__pycache__/** \ No newline at end of file +**/__pycache__/** \ No newline at end of file