# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class


# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg


# Jupyter Notebook
.ipynb_checkpoints

# vscode
.vscode/

# E-VRP-NL test instances
instances/evrpnl/*
!instances/evrpnl/README.md

# Tests not intended for deployment
nondevtests/


# Added by cargo

/target
