diff options
-rw-r--r-- | .gitignore | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 02ab56ded..4eeb17cff 100644 --- a/.gitignore +++ b/.gitignore @@ -105,16 +105,19 @@ venv.bak/ # # -# PERSONAL IGNORES. +# PERSONAL IGNORES # # # VSCode .vscode/ -# Original data. +# Original data .original_data/ # Benchmarks and figures benchmarks.csv -.figs/
\ No newline at end of file +.figs/ + +# Notebooks +*.ipynb |