forked from onnx/onnxmltools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
58 lines (51 loc) · 882 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
# Visual Studio Code files
.vscode
# IPython notebook checkpoints
.ipynb_checkpoints
# Compiled python
*.pyc
# setup.py intermediates
.eggs
*.egg-info/
dist/
build/
# PyCharm files
.idea
# OSX dir files
.DS_Store
# Windows
*.bat
# test generated files
.pytest_cache
.cache
tests/temp
tests/utils/models/coreml_OneHotEncoder_BikeSharing_new.json
tests/utils/models/coreml_OneHotEncoder_BikeSharing2.onnx
tests/baseline/outmodels
htmlcov
build
coverage.xml
.coverage
TESTDUMP
temp_*.onnx
tests/sklearn/tests/*
tests_backend/*.onnx
tests/*/tests/*
tests/*/tests_dump/*
tests/build/*
tests/tests/
derby.log
metastore_db/
tests/*/tests/*.pkl
tests/*/tests/*.onnx
docs/auto_examples/*
docs/examples/dense121.onnx
docs/examples/graph.dot
docs/examples/graph.dot.png
# CMake
CMakeCache.txt
CMakeFiles/
docs/examples/*.onnx
docs/examples/*.dot
docs/examples/*.png
docs/examples/model