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

# VSCode
.vscode

# Python
*.so
__pycache__
*.pyc
*.egg-info

# Mermaid
*.mmd

# Doxygen
xml*/

# ONNX
*.onnx