From 9b6a6fb12bdcb570156aefeb4e21183c987a6474 Mon Sep 17 00:00:00 2001 From: brotoskyj Date: Thu, 21 Aug 2025 17:08:15 -0400 Subject: [PATCH] Ignoring Pycache --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b09f816..3417468 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