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