# Local environments and tools
.env
.venv/
.tox/
.ty/
.idea/
.vscode/
.DS_Store

# Python
__pycache__/
*.egg-info/
*.py[cod]
*.so

# Builds and test output
.coverage
.coverage.*
.pytest_cache/
build/
coverage-html/
coverage.xml
dist/
htmlcov/
tests/coverage_html/
