# python generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# venv
.venv

# PyCharm
.idea

# coverage state
.coverage

# hypothesis state
.hypothesis

# let developers pin their favorite version
.python-version
