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

# env
.venv
.envrc

# testing
htmlcov
_coverage
.coverage
.coverage.*
.tox/*

# documentation
docs/_build/*

# utils
release.sh
