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

.pytest_cache/
.mypy_cache/
.ruff_cache/

*.egg-info/
build/
dist/

.venv/
venv/
ENV/

