Update gitignore

This commit is contained in:
mbsantiago 2025-06-28 15:52:56 -06:00
parent 6732394f50
commit 2dd2c0156b

13
.gitignore vendored
View File

@ -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