2018-11-20 03:48:22 +03:00
|
|
|
# build, distribute, and bins (+ python proto bindings)
|
|
|
|
build
|
2023-01-07 01:58:57 +03:00
|
|
|
build_*/
|
2018-11-20 03:48:22 +03:00
|
|
|
.build_debug/*
|
|
|
|
.build_release/*
|
|
|
|
distribute/*
|
|
|
|
*.testbin
|
|
|
|
*.bin
|
|
|
|
cmake_build
|
|
|
|
.cmake_build
|
2019-05-01 04:21:23 +03:00
|
|
|
cmake-build-debug
|
2018-11-20 03:48:22 +03:00
|
|
|
gen
|
|
|
|
*~
|
|
|
|
.vs
|
2020-11-30 22:22:08 +03:00
|
|
|
.DS_Store
|
2021-12-16 03:59:20 +03:00
|
|
|
*.DS_Store
|
2018-11-20 03:48:22 +03:00
|
|
|
TestResults/
|
|
|
|
.idea/
|
2018-11-28 06:59:40 +03:00
|
|
|
onnxruntime.egg-info
|
2018-11-20 03:48:22 +03:00
|
|
|
nuget_root/
|
|
|
|
.packages/
|
2022-04-23 16:23:04 +03:00
|
|
|
.vscode
|
2018-11-20 03:48:22 +03:00
|
|
|
*.code-workspace
|
|
|
|
__pycache__
|
|
|
|
onnxruntime_profile*.json
|
2021-03-22 20:20:33 +03:00
|
|
|
/docs/python/inference/*.md
|
|
|
|
/docs/python/inference/auto_examples/*
|
|
|
|
/docs/python/inference/media/*
|
|
|
|
/docs/python/inference/examples/*.onnx
|
|
|
|
/docs/python/inference/examples/graph.*
|
2018-11-20 03:48:22 +03:00
|
|
|
/docs/python/*_LICENSE
|
2021-09-04 01:01:46 +03:00
|
|
|
/LICENSE.txt
|
2018-11-29 10:38:51 +03:00
|
|
|
/csharp/**/obj/
|
|
|
|
/csharp/**/bin/
|
2019-04-05 22:05:56 +03:00
|
|
|
/csharp/Directory.Build.props
|
2021-03-22 20:20:33 +03:00
|
|
|
docs/python/inference/*.onnx
|
2018-12-05 21:12:25 +03:00
|
|
|
*.onnx
|
2019-01-16 02:19:30 +03:00
|
|
|
onnxprofile_profile_test_*.json
|
2019-11-21 00:59:06 +03:00
|
|
|
/csharp/packages
|
2021-09-04 01:01:46 +03:00
|
|
|
/csharp/src/Microsoft.ML.OnnxRuntime/targets/**/*.targets
|
|
|
|
/csharp/src/Microsoft.ML.OnnxRuntime/targets/**/*.props
|
2023-04-11 19:41:59 +03:00
|
|
|
/csharp/**/*.vcxproj.user
|
2019-12-14 03:07:12 +03:00
|
|
|
cmake/external/FeaturizersLibrary/
|
2019-12-10 19:28:47 +03:00
|
|
|
# Java specific ignores
|
|
|
|
java/.gradle
|
2020-04-21 12:28:15 +03:00
|
|
|
java/hs_*.log
|
2023-04-20 09:18:35 +03:00
|
|
|
/java/bin
|
2021-02-22 02:11:28 +03:00
|
|
|
onnxruntime/python/version_info.py
|
2021-08-06 18:30:27 +03:00
|
|
|
/orttraining/orttraining/eager/ort_aten.g.cpp
|
2021-09-02 21:53:57 +03:00
|
|
|
/orttraining/orttraining/eager/ort_customops.g.cpp
|
2021-09-04 01:01:46 +03:00
|
|
|
/csharp/**/packages
|
2021-09-02 21:53:57 +03:00
|
|
|
# direnv, posh-direnv
|
|
|
|
.envrc
|
|
|
|
.psenvrc
|
2021-10-27 13:07:07 +03:00
|
|
|
*.csproj.user
|
2023-01-07 01:58:57 +03:00
|
|
|
# clangd
|
|
|
|
.cache/
|
|
|
|
compile_commands.json
|
2023-02-09 01:57:15 +03:00
|
|
|
# Rust specific
|
|
|
|
rust/**/target
|
|
|
|
rust/**/Cargo.lock
|
|
|
|
rust/onnxruntime/synset.txt
|
2023-04-17 20:11:44 +03:00
|
|
|
|
|
|
|
# Python
|
|
|
|
|
|
|
|
# Byte-compiled / optimized / DLL files
|
|
|
|
__pycache__/
|
|
|
|
*.py[cod]
|
|
|
|
*$py.class
|
|
|
|
|
|
|
|
# C extensions
|
|
|
|
*.so
|
|
|
|
|
|
|
|
# Distribution / packaging
|
|
|
|
.Python
|
|
|
|
build/
|
|
|
|
develop-eggs/
|
|
|
|
dist/
|
|
|
|
downloads/
|
|
|
|
eggs/
|
|
|
|
.eggs/
|
|
|
|
lib64/
|
|
|
|
parts/
|
|
|
|
sdist/
|
|
|
|
var/
|
|
|
|
wheels/
|
|
|
|
share/python-wheels/
|
|
|
|
*.egg-info/
|
|
|
|
.installed.cfg
|
|
|
|
*.egg
|
|
|
|
MANIFEST
|
|
|
|
|
|
|
|
# PyInstaller
|
|
|
|
# Usually these files are written by a python script from a template
|
|
|
|
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
|
|
|
*.manifest
|
|
|
|
*.spec
|
|
|
|
|
|
|
|
# Installer logs
|
|
|
|
pip-log.txt
|
|
|
|
pip-delete-this-directory.txt
|
|
|
|
|
|
|
|
# Unit test / coverage reports
|
|
|
|
htmlcov/
|
|
|
|
.tox/
|
|
|
|
.nox/
|
|
|
|
.coverage
|
|
|
|
.coverage.*
|
|
|
|
.cache
|
|
|
|
nosetests.xml
|
|
|
|
coverage.xml
|
|
|
|
*.cover
|
|
|
|
*.py,cover
|
|
|
|
.hypothesis/
|
|
|
|
.pytest_cache/
|
|
|
|
cover/
|
|
|
|
|
|
|
|
# Translations
|
|
|
|
*.mo
|
|
|
|
*.pot
|
|
|
|
|
|
|
|
# Django stuff:
|
|
|
|
*.log
|
|
|
|
local_settings.py
|
|
|
|
db.sqlite3
|
|
|
|
db.sqlite3-journal
|
|
|
|
|
|
|
|
# Flask stuff:
|
|
|
|
instance/
|
|
|
|
.webassets-cache
|
|
|
|
|
|
|
|
# Scrapy stuff:
|
|
|
|
.scrapy
|
|
|
|
|
|
|
|
# Sphinx documentation
|
|
|
|
docs/_build/
|
|
|
|
|
|
|
|
# PyBuilder
|
|
|
|
.pybuilder/
|
|
|
|
target/
|
|
|
|
|
|
|
|
# Jupyter Notebook
|
|
|
|
.ipynb_checkpoints
|
|
|
|
|
|
|
|
# IPython
|
|
|
|
profile_default/
|
|
|
|
ipython_config.py
|
|
|
|
|
|
|
|
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
|
|
|
|
__pypackages__/
|
|
|
|
|
|
|
|
# Celery stuff
|
|
|
|
celerybeat-schedule
|
|
|
|
celerybeat.pid
|
|
|
|
|
|
|
|
# SageMath parsed files
|
|
|
|
*.sage.py
|
|
|
|
|
|
|
|
# Environments
|
|
|
|
.env
|
|
|
|
.venv
|
|
|
|
env/
|
|
|
|
venv/
|
|
|
|
ENV/
|
|
|
|
env.bak/
|
|
|
|
venv.bak/
|
|
|
|
|
|
|
|
# Spyder project settings
|
|
|
|
.spyderproject
|
|
|
|
.spyproject
|
|
|
|
|
|
|
|
# Rope project settings
|
|
|
|
.ropeproject
|
|
|
|
|
|
|
|
# mkdocs documentation
|
|
|
|
/site
|
|
|
|
|
|
|
|
# mypy
|
|
|
|
.mypy_cache/
|
|
|
|
.dmypy.json
|
|
|
|
dmypy.json
|
|
|
|
|
|
|
|
# Pyre type checker
|
|
|
|
.pyre/
|
|
|
|
|
|
|
|
# pytype static type analyzer
|
|
|
|
.pytype/
|
|
|
|
|
|
|
|
# Cython debug symbols
|
|
|
|
cython_debug/
|
2023-04-20 09:18:35 +03:00
|
|
|
|
|
|
|
# Swift Package Manager
|
|
|
|
Packages/
|
|
|
|
Package.pins
|
|
|
|
Package.resolved
|
|
|
|
.build/
|
|
|
|
.swiftpm/
|
2023-12-07 03:49:00 +03:00
|
|
|
repros/
|