mirror of
https://github.com/macaodha/batdetect2.git
synced 2026-01-11 17:29:34 +01:00
Update gitignore
This commit is contained in:
parent
6732394f50
commit
2dd2c0156b
13
.gitignore
vendored
13
.gitignore
vendored
@ -99,6 +99,11 @@ plots/*
|
|||||||
|
|
||||||
# Model experiments
|
# Model experiments
|
||||||
experiments/*
|
experiments/*
|
||||||
|
DvcLiveLogger/checkpoints
|
||||||
|
logs/
|
||||||
|
mlruns/
|
||||||
|
outputs/
|
||||||
|
notebooks/lightning_logs
|
||||||
|
|
||||||
# Jupiter notebooks
|
# Jupiter notebooks
|
||||||
.virtual_documents
|
.virtual_documents
|
||||||
@ -111,9 +116,7 @@ experiments/*
|
|||||||
!tests/data/*.wav
|
!tests/data/*.wav
|
||||||
!notebooks/*.ipynb
|
!notebooks/*.ipynb
|
||||||
!tests/data/**/*.wav
|
!tests/data/**/*.wav
|
||||||
notebooks/lightning_logs
|
|
||||||
example_data/preprocessed
|
|
||||||
.aider*
|
.aider*
|
||||||
DvcLiveLogger/checkpoints
|
|
||||||
logs
|
# Intermediate artifacts
|
||||||
mlruns/
|
example_data/preprocessed
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user