From 587027fea4f601f6c6f35c99eb7074c8a480311f Mon Sep 17 00:00:00 2001
From: nguyed99 <nguyed99@zedat.fu-berlin.de>
Date: Fri, 19 Jan 2024 23:31:58 +0100
Subject: [PATCH] Final update of repo structure!

---
 .gitignore     | 3 ++-
 .gitlab-ci.yml | 1 -
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 1d7901e..14fdbc8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
-/__pycache__
\ No newline at end of file
+/__pycache__
+*.pyc
\ No newline at end of file
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7693c17..8b573c1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,7 +20,6 @@ build-env:
   - cd build/
   - poetry config virtualenvs.in-project true
   - poetry install --no-root
-  # - poetry run pip install poetry
   artifacts:
     paths:
       - $POETRY_CACHE_DIR/virtualenvs/
-- 
GitLab