From 67aad478be73c569c071ba61d7672cf3cc176afc Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Sat, 26 Jul 2025 21:28:20 +0200 Subject: [PATCH] Update .gitignore ignore the .idea folder --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 48dbaac5..66aa7eec 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,6 @@ src/py/integration_tests/report* # avoid ignore .gitkeep !src/py/integration_tests/renders/.gitkeep node_modules/ + +# IDE +.idea