# python
**/__pycache__

# poetry
/.venv
/dist

# nox
/.nox

# coverage
/.coverage*
/htmlcov
/coverage.xml

# hypothesis
/.hypothesis

# mkdocs
/site
