From 0b16b68679efc0fb0e3150fb418b7f9b1706dc77 Mon Sep 17 00:00:00 2001
From: Corentin Vande Kerckhove <corentinvdk@gmail.com>
Date: Tue, 1 Nov 2022 10:45:06 +0100
Subject: [PATCH] ignore environment

---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index a27594f..66bc11a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -134,3 +134,6 @@ dmypy.json
 # Images
 *.pdf
 
+# Ignore environment (environment used in JupyterLab)
+poetry.lock
+pyproject.toml
-- 
GitLab