__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.env

.ruff_cache/
.mypy_cache/
.pytest_cache/
.coverage
htmlcov/

.DS_Store
.idea/
.vscode/

*.onnx
*.mlmodel
*.mlpackage
*.xml
*.bin
*.engine
/models
/to_remove
