Skip to content

Commit

Permalink
Merge branch 'ctrl_c_exception_handling' of https://github.com/UCSD-E…
Browse files Browse the repository at this point in the history
…4E/PyHa into ctrl_c_exception_handling
purovida94 committed Mar 1, 2023
2 parents 417de3a + cc82dab commit a0e362b
Showing 9 changed files with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,31 +1,30 @@
.ipynb_checkpoints
**/__pycache__/
PyHa/__pycache__
PyHa/microfaune_package/microfaune/__pycache__
PyHa/microfaune_package/microfaune/__pycache__/*
PyHa/tweetynet_package/tweetynet/__pycache__
TEST/*
/mixed_bird/*
TEST/ScreamingPiha1.wav
TEST/ScreamingPiha1.wav
PyHa/tweetynet_package/tweetynet/__pycache__/*
PyHa/tweetynet_package/tweetynet/__pycache__/
outputs/result.csv
PyHa/birdnet_lite/__pycache__/*
PyHa/birdnet_lite/__pycache__/analyze.cpython-37.pyc
*.wav


outputs/*
/mixed_bird/*
TEST/*

*.csv
*.flac
*.ipynb
*.mp3
*.pyc
*.wav

PyHa_Model_Comparison.ipynb
PyHa_Testing-Copy1.ipynb
PyHa_Testing.ipynb
mixed_bird_manual.csv


PyHa/microfaune_package/microfaune/__pycache__/*
PyHa/tweetynet_package/tweetynet/__pycache__/*
PyHa/birdnet_lite/__pycache__/*
mixed_bird_manual.csv
outputs/result.csv
*.mp3
*.flac
outputs/*
*.ipynb
!PyHa_Tutorial.ipynb
*.csv
!ScreamingPiha_Manual_Labels.csv
!ScreamingPiha_Manual_Labels.csv
Binary file removed PyHa/birdnet_lite/__pycache__/analyze.cpython-39.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit a0e362b

Please sign in to comment.