From a7bf615e8efbbbd0bd9623def50a5d67f47e1a36 Mon Sep 17 00:00:00 2001 From: Yan Grange <12-grange@users.noreply.git.astron.nl> Date: Wed, 5 Jul 2023 22:10:52 +0200 Subject: [PATCH] add idea to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4021faf..324b8e8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ Dater.egg-info/ __pycache__/ build/ +.idea/ -- GitLab