diff options
author | David Luevano Alvarado <55825613+luevano@users.noreply.github.com> | 2020-03-11 17:27:00 -0700 |
---|---|---|
committer | David Luevano Alvarado <55825613+luevano@users.noreply.github.com> | 2020-03-11 17:27:00 -0700 |
commit | fe25c01adea8fd50901ae5bda48993d47152b941 (patch) | |
tree | 254ad7380a9928d6b88bb271a8f7baf5e5c2dcf4 | |
parent | 29f3037b5332fcd725b06d6a5bdae6ec256a855a (diff) |
Add notebook
-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 |