# Virtual environment
.venv/**

# Pycache
**/__pycache__/**
**/.DS_Store

# Log of jobs
**.log

# CUTEst problems
src/mpnewton/S2MPJ/
**/cutest/**
**/cutest.zip

# Docs build
docs/build/**

# Cutest notebooks (TO FIX)
**/notebooks/cutest_**

# Tests coverage
htmlcov/**
.coverage

# Reqiuirements and TODO
requirements.txt
TODO