From 9508f2078d24fa042511e99e95077b9d1e9e98cf Mon Sep 17 00:00:00 2001 From: Sara Date: Wed, 24 Dec 2025 15:23:25 +0100 Subject: [PATCH] chore(git): added __pycache__ to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c4740b28..b18b60ab 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,5 @@ build.zip # general-purpose cache folder (used by e.g clangd) .cache + +__pycache__