superbenchmark/.dockerignore

17 строки
148 B
Plaintext

# SuperBench
outputs/
*.tar.gz
# Python
**/__pycache__
*.pyc
*.pyo
*.pyd
# Git
**/.git
**/.gitmodules
**/.dockerignore
.github/
.azure-pipelines/