__pycache__
*/__pycache__

# pip stuff we don't want to track
*.egg-info
build/

# IPython notebook stuffs
.ipynb_checkpoints/

# Local pickle files
final_parameters_1d.pkl
*.html
*.pdf
*cache/
*files/
.Rhistory
.vscode/settings.json

# yaml file that keeps being overwritten
Notebooks/1D/keepsake.yaml

hyperparameter_search/

doc/build/
# because generated by CI with quarto
doc/source/fokker_planck.rst
doc/source/math_pinn.rst
doc/source/param_estim_pinn.rst

# MkDocs build
site/

# Coverage
.coverage
tests/.coverage

# uv users
uv.lock
.python-version
