-
Notifications
You must be signed in to change notification settings - Fork 13
/
.gitignore
59 lines (59 loc) · 862 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
56
57
58
59
*.pyc
*.pyd
*.dylib
*.so
*.so.*
*.dll
*.vcxproj*
*.tcl
*.sln
*.cmake
*.whl
*.def
*.jpg
/*.png
/*.onnx
.build_path.txt
_setup_ext.txt
coverage.html/*
_cache/*
_deps/*
simages/*
.vs/*
*.dir/*
Release/*
Testing/*
plot_*.csv
plot_*.xlsx
x64/*
CMakeFiles/*
dist/*
build/*
.eggs/*
*egg-info/*
.coverage
CMakeCache.txt
onnxruntime_*.json
_doc/LICENSE.rst
_doc/LICENSE.txt
_doc/CHANGELOGS.rst
_doc/examples/*.dot
_doc/examples/*.png
_doc/examples/_cache/*
_doc/auto_examples/*
_doc/examples/simages/*
_doc/examples/*.xlsx
_doc/examples/plot*.csv
_doc/examples/plot*.onnx
_doc/examples/plot_*.png
_doc/examples/plot_*.csv
_doc/examples/plot_*.onnx
_doc/examples/plot_*.xlsx
_doc/_static/require.js
_doc/_static/viz.js
_doc/sg_execution_times.rst
_unittests/ut__main/*.png
_unittests/test_constants.h
mlinsights/_config.py
mlinsights/mlmodel/*.cpp
mlinsights/mltree/*.cpp