mirror of
https://gitea.psi.ch/APOG/acsm-fairifier.git
synced 2025-07-10 01:48:00 +02:00
20 lines
263 B
Plaintext
20 lines
263 B
Plaintext
data
|
|
#notebooks
|
|
.renku
|
|
.git
|
|
|
|
# Below my dockerignore lines. Hopefully there is no conflict with renku init.
|
|
figures/
|
|
pipelines/params/
|
|
envs/
|
|
logs/
|
|
*.pyc
|
|
__pycache__/
|
|
*.h5
|
|
.Trash-0/
|
|
.ipynb_checkpoints/
|
|
env_setup.sh
|
|
docker-compose.yaml
|
|
run_container.sh
|
|
TODO.md
|
|
.env |