# build stuff
build/
dist/
*.egg-info
.cache/
__pycache__/
venv/

# test products
.tox
test-*.xml
htmlcov/
coverage.xml
.coverage
