
*.pyc
packages/

*.egg-info/
.eggs/

__pycache__/
rundir/

.venv/
build/
dist/
tmp/

.coverage
.coverage.*
coverage.xml
htmlcov/
