From 037bf8a637c6df692c2da910979501a23be853f2 Mon Sep 17 00:00:00 2001 From: Stef Kariotidis Date: Sun, 22 Feb 2026 20:05:14 +0200 Subject: [PATCH] Add __pycache__ to .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 789330c..db4b478 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,10 @@ nul project.lock.json project.fragment.lock.json +# Python +__pycache__/ +*.pyc + # macOS .DS_Store .AppleDouble