### vscode
.vscode

### JupyterNotebooks ###
.ipynb_checkpoints

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

# Environments
venv/

# Distribution / packaging
dist/
build/

# Unit test / coverage reports
.cache/
.pytest_cache/
.coverage
htmlcov/

# Sphinx documentation
docs/_build/
