From 092308be194184b114982f20defbc3c630b49c90 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Wed, 14 Feb 2024 12:53:47 +0100 Subject: [PATCH] Ignore .idea --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c25881e..91a9f45 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ .vscode __pycache__ instance/formula10.db +.idea