__pycache__/
*.py[cod]
*.pyd
*.pyo

.venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.vscode/

build/
dist/
*.egg-info/

*.inf
*.rpt
*.ddf

tmp/
site/
