# Python bytecode
*.py[co]
__pycache__/
# tox
.tox/
# setuptools
*.egg-info/
build/
dist/
# mypy
.mypy_cache/