From 38f091187505aec364d2791447a65a29969caf38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alen=20=C5=A0iljak?= <462445+alensiljak@users.noreply.github.com> Date: Mon, 26 May 2025 01:30:15 +0200 Subject: [PATCH] ignore build by-products --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c18dd8d8..9bd31ce0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ __pycache__/ +*.egg-info/ +build/ \ No newline at end of file