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

# venv
.venv
.idea

.DS_Store
.tox/
