# Python build / distribution
build/
dist/
*.egg-info/
*.egg
__pycache__/
*.py[cod]
.pytest_cache/

# Virtualenvs
.venv/
venv/

# OS / editor
.DS_Store
