From 27862f643b1a1a0146105c56c38c0c51d79d31af Mon Sep 17 00:00:00 2001 From: ansbbrooks Date: Sat, 20 Jun 2026 15:21:36 -0500 Subject: [PATCH 1/2] Adding JetBrains .idea folder to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 104d01c..ec68284 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ examples/cpp/vtk examples/cpp/*/build dist scripts/__pycache__ +.idea \ No newline at end of file From 6e6e8d410132a3a5d9fa0d22824e00f2e94e0659 Mon Sep 17 00:00:00 2001 From: ansbbrooks Date: Sat, 20 Jun 2026 15:22:37 -0500 Subject: [PATCH 2/2] Adding ending line break to .gitignore. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ec68284..cf76d12 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,4 @@ examples/cpp/vtk examples/cpp/*/build dist scripts/__pycache__ -.idea \ No newline at end of file +.idea