# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.pytest_cache/

# model
**/*.onnx
**/*.model
**/*.trie

# Virtual environments
.venv

.DS_Store