# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/

# Type checkers
.mypy_cache/
.pyright/

# pytest
.pytest_cache/

# uv
.python-version
