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