Skip to content

Commit

Permalink
remove pycache files and reorganize gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
sprestrelski committed Feb 28, 2023
1 parent f85d2ba commit cc82dab
Show file tree
Hide file tree
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 cc82dab

Please sign in to comment.