sglang_v0.5.2/pytorch_2.8.0/third_party/onnx/.gitignore

115 lines
1.3 KiB
Plaintext

## General
# Compiled Object files
*.slo
*.lo
*.o
*.cuo
# Compiled Dynamic libraries
*.so
*.dylib
*.pyd
# Compiled Static libraries
*.lai
*.la
*.a
# Compiled protocol buffers
*.pb.h
*.pb.cc
onnx/*_pb2.py
onnx/*_pb.py
onnx/*_pb2.pyi
onnx/*_pb.pyi
# Compiled python
*.pyc
# Compiled MATLAB
*.mex*
# IPython notebook checkpoints
.ipynb_checkpoints
# Editor temporaries
*.swn
*.swo
*.swp
*~
# Sublime Text settings
*.sublime-workspace
*.sublime-project
# Eclipse Project settings
*.*project
.settings
# QtCreator files
*.user
# PyCharm files
.idea
# Visual Studio Code files
.vscode
!/.vscode/settings.json
# OSX dir files
.DS_Store
## ONNX
# build, distribute, and bins (+ python proto bindings)
build
build_*
.build_debug/*
.build_release/*
.setuptools-cmake-build/*
# setup.py intermediates
.eggs
dist
onnx.egg-info
*.ninja
.ninja_deps
.ninja_log
compile_commands.json
# generated files
onnx/version.py
compile_commands.json
# test generated files
.cache
.coverage
onnx/examples/.coverage.nbval
.pytest_cache
test_report
test-output.xml
# autocomplete
.ycm_extra_conf.py
# test coverage data files
*.gcov
.mypy_cache
virtualenv
venv
# direnv, posh-direnv
.envrc
.psenvrc
# documentation
docs/docsgen/source/onnx-api/modules/
docs/docsgen/source/operators/
docs/docsgen/**/*.onnx
docs/docsgen/**/*.pb
# PyEnv files
.python-version