# environment
.venv/

# cache
.pytest_cache/
__pycache__/
**.pyc

# editor
.vscode
**.code-workspace

# tools
.hypothesis/
.tox
.coverage
.coverage.*
coverage.xml
/htmlcov
/output
/docs/build
dist/
*.egg-info

# version
pandadoc/_version.py
