From 6ee4bbb83c34cfcd3b0b247a6eb0c415426a920f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20De=20Keersmaeker?= <francois.dekeersmaeker@uclouvain.be> Date: Thu, 26 Sep 2024 11:34:45 +0200 Subject: [PATCH] Updated .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 179b295..9d804be 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# IDE files +.vscode + # Python files .venv __pycache__ -- GitLab