From a65000ab9e36a0f65eee9f6f568ff2e4998ec419 Mon Sep 17 00:00:00 2001
From: iamashwin99 <ashwin-kumar.karnad@mpsd.mpg.de>
Date: Fri, 16 Jun 2023 15:08:00 +0200
Subject: [PATCH] ignore python build artifacts

---
 .gitignore | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 0b6d13d..3a1ec4c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,7 @@
 **/*.pyc
 logs
 dev-23a/
-*.log
\ No newline at end of file
+*.log
+dist/
+build/
+*.egg-info/
\ No newline at end of file
-- 
GitLab