# Python distribution / packaging
build/
dist/
.eggs/
*.egg-info/

# Byte-compiled Python
*.pyc

# MyPy
.mypy_cache/

# hypothesis
.hypothesis/

# Jupyter
.ipynb_checkpoints/
*.ipynb

# vim
*.orig
