
# Ignore Python cache
__pycache__/
*.pyc

# Ignore Jupyter notebooks
*.ipynb
# Ignore the cache

# Ignore virtual environments
venv/
.env/

# Ignore system files
.DS_Store
Thumbs.db

# Ignore the on grid and previous results
/Result/on_grid/
/Result/previous/
/Resultprocessing/
