__pycache__/
*.py[cod]
*.egg-info/

.coverage
.coverage.*
coverage.xml
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/

.venv/
venv/

build/
dist/

.pyinc-docs/
site/

.DS_Store
.idea/
.vscode/
