From e1a38551d4fb554e7c1f424fb662869448e8848e Mon Sep 17 00:00:00 2001 From: Lauren Date: Wed, 25 Feb 2026 17:37:04 -0600 Subject: [PATCH] Add __pycache__ to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index eacdb77..f5c201f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -python/.venv \ No newline at end of file +python/.venv +python/__pycache__