From d2e3eac003db8b294326f178afe8bbcd25dbab8c Mon Sep 17 00:00:00 2001 From: brotoskyj Date: Thu, 21 Aug 2025 17:07:21 -0400 Subject: [PATCH] Ignoring Pycache --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ca2993c..ac40bf7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .env -*.html \ No newline at end of file +*.html +_pycache_/ \ No newline at end of file