/venv/

*.pyc
__pycache__/

.pytest_cache/
.coverage
htmlcov/

dist/
build/
*.egg-info/

tests/test.out
tests/test.*.tmp
coverage.xml
