From 29063dcec44cbe45a46360829b19c531c6ef2777 Mon Sep 17 00:00:00 2001 From: Jensun Ravichandran Date: Wed, 16 Jun 2021 12:39:39 +0200 Subject: [PATCH] Update gitignore --- .gitignore | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index b70ebbe..360bbb8 100644 --- a/.gitignore +++ b/.gitignore @@ -128,14 +128,19 @@ dmypy.json # Pyre type checker .pyre/ -# Datasets -datasets/ - -# PyTorch-Lightning -lightning_logs/ - .vscode/ +# Vim +*~ +*.swp +*.swo + # Pytorch Models or Weights # If necessary make exceptions for single pretrained models -*.pt \ No newline at end of file +*.pt + +# Artifacts created by ProtoTorch Models +datasets/ +lightning_logs/ +examples/_*.py +examples/_*.ipynb \ No newline at end of file