mirror of
https://github.com/macaodha/batdetect2.git
synced 2025-06-29 22:51:58 +02:00
git ignore all notebook related files except batdetect2_notebook
This commit is contained in:
parent
acf01f4970
commit
e900ddc86d
8
.gitignore
vendored
8
.gitignore
vendored
@ -55,9 +55,6 @@ docs/_build/
|
|||||||
.pybuilder/
|
.pybuilder/
|
||||||
target/
|
target/
|
||||||
|
|
||||||
# Jupyter Notebook
|
|
||||||
.ipynb_checkpoints
|
|
||||||
|
|
||||||
# IPython
|
# IPython
|
||||||
profile_default/
|
profile_default/
|
||||||
ipython_config.py
|
ipython_config.py
|
||||||
@ -104,3 +101,8 @@ plots/*
|
|||||||
# Model experiments
|
# Model experiments
|
||||||
experiments/*
|
experiments/*
|
||||||
|
|
||||||
|
# Jupiter notebooks
|
||||||
|
.virtual_documents
|
||||||
|
.ipynb_checkpoints
|
||||||
|
*.ipynb
|
||||||
|
!batdetect2_notebook.ipynb
|
||||||
|
Loading…
Reference in New Issue
Block a user