diff --git a/.gitignore b/.gitignore index fc4eabf..b70ebbe 100644 --- a/.gitignore +++ b/.gitignore @@ -134,4 +134,8 @@ datasets/ # PyTorch-Lightning lightning_logs/ -.vscode/ \ No newline at end of file +.vscode/ + +# Pytorch Models or Weights +# If necessary make exceptions for single pretrained models +*.pt \ No newline at end of file