From 29b5959623e585367cad1753fefd60c204949d28 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Thu, 16 Jun 2022 20:31:13 +0200 Subject: [PATCH] Added .idea to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5efa0bd..3e37aa8 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ __pycache__ neuralWeights.json neuralWeights.json.* .imgLinkCache.json +.idea