From 3d24505605764fc8c3e8cab7cc804f33454eec0a Mon Sep 17 00:00:00 2001 From: brotoskyj Date: Thu, 21 Aug 2025 17:09:30 -0400 Subject: [PATCH] Ignoring Pycache --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fa7e39c..3699fd4 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