Skip to content
Snippets Groups Projects
Commit 9b771fff authored by Farid Mohammadi's avatar Farid Mohammadi
Browse files

update gitignore

parent 07a05d74
No related branches found
No related tags found
No related merge requests found
.Rhistory
.spyproject/ .spyproject/
*.hdf5 *.hdf5
!BayesValidRox/tests/PA-A/data/ValidationSets/ExpDesign*
*.pdf *.pdf
*.png *.png
*.svg *.svg
...@@ -10,41 +8,18 @@ ...@@ -10,41 +8,18 @@
*.vtp *.vtp
*.pvd *.pvd
*.pkl *.pkl
BayesValidRox/.spyderproject/
BayesValidRox/__pycache__/*
# Ignore __pycache__ directories
*/__pycache__/
src/*/__pycache__/*
src/bayesvalidrox/*/__pycache__/*
src/bayesvalidrox/*/*/__pycache__/*
tests/*/__pycache__/
# BayesInference # Ignore ipynb_checkpoints
BayesValidRox/BayesInference/__pycache__/* tests/*/.ipynb_checkpoints
*/.ipynb_checkpoints
# PostProcessing # Ignore Outputs_*
BayesValidRox/PostProcessing/__pycache__/* tests/*/Outputs_*
*/Outputs_*
# PyLink
BayesValidRox/PyLink/__pycache__/*
# surrogate_models
BayesValidRox/surrogate_models/__pycache__/*
# AnalyticalFunction
BayesValidRox/tests/AnalyticalFunction/*.pkl
BayesValidRox/tests/AnalyticalFunction/Outputs_*
BayesValidRox/tests/AnalyticalFunction/__pycache__/*
# PA-A
BayesValidRox/tests/PA-A/util/__pycache__/
BayesValidRox/tests/PA-A/models/stokes/stokes_regular_2d
BayesValidRox/tests/PA-A/models/stokesdarcy/stokes_darcybox_regular_2d
BayesValidRox/tests/PA-A/models/stokespnm/stokes_pnm_regular_2d
BayesValidRox/tests/PA-A/models/stokespnm/stokes_pnm_regular_*
BayesValidRox/tests/PA-A/models/stokesdarcy/stokes_darcybox_regular_2d
BayesValidRox/tests/PA-A/models/stokes/stokes_regular_2d
BayesValidRox/tests/PA-A/__pycache__/*
BayesValidRox/tests/PA-A/*/*/__pycache__/
BayesValidRox/tests/PA-A/ffpm-*.zip
BayesValidRox/tests/PA-A/Results_*
BayesValidRox/tests/PA-A/outputs_*
# model analysis
BayesValidRox/tests/PA-A/models/analysis/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment