# Python build / tooling caches (dist/ is covered by the root .gitignore)
.venv/
__pycache__/
*.py[cod]
.ruff_cache/
.mypy_cache/
.pytest_cache/
*.egg-info/
