# Keep local interpreters, generated distributions, and model weights outside source history.
.venv*/
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
models/
.mypy_cache/
