Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.gitignore 173 B
# C++ Build
build*/
install*/

# VSCode
.vscode

# Python
*.so
__pycache__
*.pyc
*.egg-info
dist*/
wheelhouse/*
_version.py

# Mermaid
*.mmd

# Doxygen
xml*/

# ONNX
*.onnx