Update .gitignore to add .idea for the Jetbrains CLion IDE
@@ -195,3 +195,7 @@ compile_commands.json
# Python development
.venv
venv
+
+# Clion Configuration
+.idea/
+cmake-build-*