__pycache__/
*.py[cod]

.mypy_cache/
.pytest_cache/
.ruff_cache/

*.egg-info/
build/
dist/

.venv/
venv/

