# Python
__pycache__/
*.py[cod]
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
*.pyo
*.pyd

# Jupyter
.ipynb_checkpoints

# VS Code
.vscode/

# Test
htmlcov/
.coverage
.pytest_cache/
