44 строки
545 B
Plaintext
44 строки
545 B
Plaintext
# build, distribute, and bins (+ python proto bindings)
|
|
mybuild.*
|
|
build
|
|
build_host_protoc
|
|
build_android
|
|
build_ios
|
|
build_*
|
|
_subbuild/
|
|
.build_debug/*
|
|
.build_release/*
|
|
distribute/*
|
|
dist/
|
|
*.testbin
|
|
*.bin
|
|
cmake_build
|
|
.cmake_build
|
|
cmake-build*
|
|
_selectedoplist.cmake
|
|
gen
|
|
.DS_Store
|
|
*~
|
|
.vs
|
|
.ipynb_checkpoints/
|
|
tutorials/*.onnx
|
|
Testing/
|
|
TestResults/
|
|
.idea/
|
|
nuget_root/
|
|
.packages/
|
|
.vscode/
|
|
*.code-workspace
|
|
__pycache__
|
|
out/
|
|
*.egg-info/
|
|
.setuptools-cmake-build/
|
|
onnxruntime-*-*-*/
|
|
temp_*.onnx
|
|
test/data/*.py
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.pyd
|