From cd552507bd0816c3c1c4c6c7e50a083815c66696 Mon Sep 17 00:00:00 2001 From: Elmar Kresse Date: Sun, 9 Feb 2025 19:35:42 +0100 Subject: [PATCH] chore: update .gitignore to exclude __pycache__ directories --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2969886..37d5c94 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .venv -*.pyc \ No newline at end of file +*.pyc +__pycache__ \ No newline at end of file