--- a
+++ b/.gitignore
@@ -0,0 +1,5 @@
+# Ignore python notebook checkpoints
+.ipynb_checkpoints*
+
+# Ignore dataset folders
+*dataset*