From 4795fda89747ddbb4965abcad14b9ebb6743e02a Mon Sep 17 00:00:00 2001 From: mcguirepr89 Date: Mon, 24 Jan 2022 14:06:40 -0500 Subject: [PATCH] adding model/* to .gitignore to keep labels.txt customizations through updates --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d956f22..e381fac 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ *.pyc *.flac -model/BirdNET_Soundscape_Model.pkl +model/* .vscode datasets/ birdnet.conf