From 857ba532338191b87713e5f7ce844801dafed7c5 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Tue, 21 Jul 2026 15:30:21 +0200 Subject: [PATCH] gitignore: __pycache__ from the new python gate tests --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1220423..0ae29be 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ # OS files .DS_Store Thumbs.db +__pycache__/