.dockerignore 148 Bytes
Newer Older
1
# SuperBench
2
outputs/
3
4
5
*.tar.gz

# Python
6
**/__pycache__
7
8
9
10
11
*.pyc
*.pyo
*.pyd

# Git
12
13
14
15
16
**/.git
**/.gitmodules
**/.dockerignore
.github/
.azure-pipelines/