Update ignore files

This commit is contained in:
2025-04-02 11:15:36 +02:00
parent 14cb24fb4b
commit 1e7f92d6e8
2 changed files with 16 additions and 14 deletions

View File

@ -1,14 +1,15 @@
data/ data/
figures/ figures/
pipelines/params/ pipelines/params/
envs/ envs/
logs/ logs/
*.pyc *.pyc
__pycache__/ __pycache__/
*.h5 *.h5
.Trash-0/ .Trash-0/
.ipynb_checkpoints/ .ipynb_checkpoints/
env_setup.sh env_setup.sh
docker-compose.yaml docker-compose.yaml
run_container.sh run_container.sh
TODO.md TODO.md
.env

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ logs/
*.pyc *.pyc
__pycache__/ __pycache__/
*.h5 *.h5
.env