From e7759da4aeb8eb9b1dbf5039bf9dfef11668e20f Mon Sep 17 00:00:00 2001 From: Ivo Oskamp Date: Sun, 22 Mar 2026 16:14:05 +0100 Subject: [PATCH] Update gitignore for local and Python cache files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 2620661..8abdc59 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ .files/ .last-branch + +__pycache__/ +*.pyc