-
Notifications
You must be signed in to change notification settings - Fork 103
/
.gitignore
75 lines (68 loc) · 1.2 KB
/
.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# 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
*.onnx
*.dot*
*.whl
.pytest_cache
.cache
htmlcov
coverage.xml
.coverage
__dump_data/
junit/
tests_dump/
skl2onnx/algebra/_cache/*.rst
docs/auto_examples
docs/examples/graph*.*
docs/examples/*.onnx
docs/examples/pipeline*.dot*
docs/sg_execution_times.rst
tests/TESTDUMP
tests/tests_dump
tests/graph.dot*
docs/examples/tiny_yolov2*
docs/examples/imagenet_class_index.json
TESTDUMP/*
htmlcov/*
tests/temp_onnx_helper_load_save.onnx
tests/*.new
benchmarks/*.csv
benchmarks/*.png
tests/Operators*.md
docs/examples/*.pkl
tests/debug_gp.onnx
tests/test*.onnx
tests_onnxmltools/*.pkl
tests_onnxmltools/tests/*
tests_onnxmltools/tests_dump/*
docs/tests/*.dot*
tests/*.dot*
tests/*.onnx
docs/tests/*.onnx
docs/examples/validator_classifier.dot.png
docs/examples/validator_classifier.dot
docs/examples/mixture*.*
docs/examples/cast1*
docs/examples/cast2*
docs/auto_tutorial
docs/tutorial/*.onnx
docs/tutorial/*.jpg
docs/tutorial/*.png
docs/tutorial/*.dot
docs/tutorial/catboost_info