forked from microsoft/onnxruntime-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
55 lines (55 loc) · 782 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# build, distribute, and bins (+ python proto bindings)
mybuild.*
build
build_host_protoc
build_android
build_ios
build_*
.venv/
_subbuild/
.build_debug/*
.build_release/*
distribute/*
dist/
*.testbin
*.bin
cmake_build
.cmake_build
cmake-build*
_selectedoplist.cmake
gen
local.properties
.DS_Store
*~
.vs
*-checkpoint.ipynb
.ipynb_checkpoints/
/tutorials/*.onnx
/tutorials/**/bin/
/tutorials/**/obj/
/tutorials/**/libs/
Testing/
TestResults/
.idea/
nuget_root/
.packages/
.vscode/
*.code-workspace
__pycache__
out/
*.egg-info/
.scb/
onnxruntime_extensions/_version.py
onnxruntime-*-*-*/
temp_*onnx*
# Java specific ignores
*/.gradle
java/hs_*.log
*.class
# Compiled Dynamic libraries
*.so
*.dylib
*.pyd
/test/data/ppp_vision/*.updated.onnx
/test/data/generated/
/CMakeSettings.json