2021-01-28 16:01:28 +03:00
|
|
|
# SuperBench
|
2021-06-16 11:47:52 +03:00
|
|
|
outputs/
|
2021-01-28 16:01:28 +03:00
|
|
|
*.tar.gz
|
|
|
|
|
|
|
|
# Python
|
2021-06-16 11:47:52 +03:00
|
|
|
**/__pycache__
|
2021-01-28 16:01:28 +03:00
|
|
|
*.pyc
|
|
|
|
*.pyo
|
|
|
|
*.pyd
|
|
|
|
|
|
|
|
# Git
|
2021-06-16 11:47:52 +03:00
|
|
|
**/.git
|
2022-10-31 05:44:41 +03:00
|
|
|
!/.git
|
2021-06-16 11:47:52 +03:00
|
|
|
**/.gitmodules
|
|
|
|
**/.dockerignore
|
|
|
|
.github/
|
|
|
|
.azure-pipelines/
|