From a153d0e09e615094b9e1b1047e4173870498b0d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Engl=C3=B6f=20Ytterstr=C3=B6m?= Date: Fri, 15 Dec 2023 17:22:09 +0100 Subject: [PATCH] Ignore .ropeproject --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1a83a2a..849c58a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ __pycache__ .python-version */inputs */input +.ropeproject