.venv/
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.coverage
build/
dist/
artifacts/
models/
*.tgz
*.pt
*.pkl
*.weights.*

