From bb8012fecbb9aadbfd4d4ffd59c733e8965ce688 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Wed, 14 Feb 2024 12:34:55 +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