From 6a333de4c3e021b6943f76ebfc66c3b5bd348624 Mon Sep 17 00:00:00 2001 From: lade043 <48773751+lade043@users.noreply.github.com> Date: Fri, 21 Feb 2020 10:59:18 +0100 Subject: [PATCH] Update .gitignore, adding .ipynb files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 22e468d..cea68c8 100644 --- a/.gitignore +++ b/.gitignore @@ -111,3 +111,6 @@ tests/ # temp data for databaseCreator so it can be run from the last point database.temp + +# Jupyter notebooks for testing +*.ipynb