update gitignore to include models

This commit is contained in:
Santiago Martinez 2023-04-07 15:50:44 -06:00
parent e8fd4e2931
commit 178fa518c3
2 changed files with 3 additions and 3 deletions

6
.gitignore vendored
View File

@ -95,9 +95,6 @@ dmypy.json
*.json *.json
plots/* plots/*
# Batdetect Models [Include]
!bat_detect/models/*.pth.tar
# Model experiments # Model experiments
experiments/* experiments/*
@ -106,3 +103,6 @@ experiments/*
.ipynb_checkpoints .ipynb_checkpoints
*.ipynb *.ipynb
!batdetect2_notebook.ipynb !batdetect2_notebook.ipynb
# Batdetect Models [Include]
!batdetect2/models/*.pth.tar

Binary file not shown.