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

# venv
.venv
.envrc

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

# documentation
docs/_build/*
