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