-
Notifications
You must be signed in to change notification settings - Fork 285
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (43 loc) · 995 Bytes
/
.gitignore
File metadata and controls
47 lines (43 loc) · 995 Bytes
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
# Files to tell git to ignore
.DS_Store
.vscode
*.vs
*bin/
*obj/
src/csharp/AssemblyInfo.cs
/ort
/build
/build_*
/test/test_models/*
/cache_models
/onnxruntime-linux-x64-*
*.csv
.idea
cache_dir
example-models
*.onnx
*.onnx.data
__pycache__
benchmark/python/*.csv
benchmark/python/*.json
models_outputs
models_outputs_cpu
benchmark/python/output
examples/python/genai_models
examples/python/hf_cache
examples/csharp/ModelChat/models
!test/test_models/hf-internal-testing/
!test/test_models/hf-internal-testing/tiny-random-gpt2*/*.onnx
!test/test_models/grammars/
!test/test_models/qwen-vision-preprocessing/
!test/test_models/qwen-vision-preprocessing/*.onnx
!test/test_models/qwen3-vl-vision-preprocessing/
!test/test_models/qwen3-vl-vision-preprocessing/*.onnx
!test/test_models/qwen35-hybrid-preprocessing/
!test/test_models/qwen35-hybrid-preprocessing/*.onnx
.ipynb_checkpoints/
/src/java/.gradle
/src/java/local.properties
/src/java/build
/src/java/CMakeFiles
/src/java/CMakeCache.txt