From 402b5fc346742a991c97292f723a480da8bb324a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mochol=C3=AD?= Date: Tue, 22 Sep 2020 04:14:39 +0200 Subject: [PATCH] Update gitignore (#3595) * Update gitignore * Update .gitignore Co-authored-by: Jirka Borovec --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index fdf4ec2c84..c670d0f587 100644 --- a/.gitignore +++ b/.gitignore @@ -127,12 +127,13 @@ ENV/ # data .data/ -datasets/ +Datasets/ mnist/ # pl tests ml-runs/ +mlruns/ *.zip *.ckpt pytorch\ lightning -test-reports/ \ No newline at end of file +test-reports/