From 3f28e66f9745a262116b23c29b21380d974677f4 Mon Sep 17 00:00:00 2001 From: Krisztian Litkey Date: Thu, 27 Aug 2026 10:20:23 +0300 Subject: [PATCH] gitignore: ignore __pycache__ directories. Don't add/commit bytecompiled python code to the repo. Signed-off-by: Krisztian Litkey --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0660de8f7..da72462fa 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ coverage.txt /packages *.stamp +__pycache__/ test/e2e/**/output test/statistics-analysis/output