From c32fc25cee2715fd26faaed5150e7cb7f5d5159a Mon Sep 17 00:00:00 2001 From: Slawomir Koszewski Date: Sun, 9 Nov 2025 19:24:33 +0100 Subject: [PATCH] Excluded Python package build artifacts from Git repository. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 052a52c..bdd3894 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ # Python .venv __pycache__/ +*.egg-info/ +dist/ # Ignore sample JSON files *.sample.json