# Prerequisites
*.d

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

**/data/

# my folder for uq experiments
experiments/*
*/experiments/*

.env
.vscode/

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Python cache/bytecode
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
*.egg
*.egg-info/
dist/
build/
eggs/
parts/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
