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

.pytest_cache/
.mypy_cache/

build/
dist/
*.egg-info/

.venv/
venv/
