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