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

# Local artefacts that must never be committed
*.bak
/tmp/
