.dockerignore 208 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
**/.git
13
!/.git
14
15
16
17
**/.gitmodules
**/.dockerignore
.github/
.azure-pipelines/
18
19
20
21
22

# Build directories
**/build/
**/Build/
**/build-*/