Skip to content
Snippets Groups Projects
.gitignore 513 B
Newer Older
*.pdf
Farid Mohammadi's avatar
Farid Mohammadi committed
!docs/logo/*.png
!examples/model-comparison/reference/*.svg
*.vtu
*.vtp
Farid Mohammadi's avatar
Farid Mohammadi committed
*.pkl
!examples/model-comparison/reference/*.pkl
Farid Mohammadi's avatar
Farid Mohammadi committed
# Ignore __pycache__ directories
*/__pycache__/
src/*/__pycache__/*
src/bayesvalidrox/*/__pycache__/*
src/bayesvalidrox/*/*/__pycache__/*
examples/*/__pycache__/
Farid Mohammadi's avatar
Farid Mohammadi committed
# Ignore ipynb_checkpoints
examples/*/.ipynb_checkpoints
Farid Mohammadi's avatar
Farid Mohammadi committed
*/.ipynb_checkpoints
Farid Mohammadi's avatar
Farid Mohammadi committed
# Ignore Outputs_*
examples/*/Outputs_*
Farid Mohammadi's avatar
Farid Mohammadi committed
*/Outputs_*
# Ignore files for local environments
*_env/*