# python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.venv/

# tools
.cache/
.coverage
.mypy_cache/
.pytest_cache/
.ruff_cache/
.tox/
coverage.xml
htmlcov/

# editors
.idea/
.vscode/
*~

# documentation, built by the `documentation` workflow
site/
_site/
