From a14d7ec5216695405160ac68d35249c90cdeb924 Mon Sep 17 00:00:00 2001 From: killeroonie Date: Thu, 31 Jul 2025 19:36:45 -0700 Subject: [PATCH] Ignoring local IDEA directory and temp folders. --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 02c3bce..1f19081 100644 --- a/.gitignore +++ b/.gitignore @@ -77,6 +77,8 @@ ENV/ # IDE .vscode/ +.idea/ +python-jsonpath.iml # Dev utils dev.py @@ -88,4 +90,7 @@ comparison_regression_suite.yaml cts.json # System -.DS_Store \ No newline at end of file +.DS_Store + +# Rob-specific +generated_temp/ \ No newline at end of file