From cdfe69b1ccc44a41f7cc2ecfd3d8abbf2fb57011 Mon Sep 17 00:00:00 2001 From: Radek Date: Wed, 15 Jul 2026 11:26:24 +0100 Subject: [PATCH] Ignore build artifacts --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index ea1472e..3965277 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ output/ +output/ +__pycache__/ +*.pyc