From ee108e2f972da049c60b54adef50b6b3082bb90d Mon Sep 17 00:00:00 2001 From: Eduardo Cueto Mendoza Date: Wed, 29 Apr 2020 16:15:00 -0600 Subject: [PATCH] [MOD] ignoring MNIST data --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index ce34402..5b3f77d 100755 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ .DS_Store .ipynb_checkpoints/* + +data/*