Diff of /benchmarks/.gitignore [000000] .. [d8937e]

Switch to unified view

a b/benchmarks/.gitignore
1
*.aux
2
*.glo
3
*.idx
4
*.log
5
*.toc
6
*.ist
7
*.acn
8
*.acr
9
*.alg
10
*.bbl
11
*.blg
12
*.dvi
13
*.glg
14
*.gls
15
*.ilg
16
*.ind
17
*.lof
18
*.lot
19
*.maf
20
.mtc
21
*.out
22
*.bak
23
*.ps
24
*.run.xml
25
*blx.bib
26
*.synctex.gz
27
*.fdb_latexmk
28
*.fls
29
*.tmppart
30
*.abs
31
32
*.pdf
33
34
35
# Byte-compiled / optimized / DLL files
36
__pycache__/
37
*.py[cod]
38
*$py.class
39
40
# C extensions
41
*.so
42
43
# Distribution / packaging
44
.Python
45
build/
46
develop-eggs/
47
dist/
48
downloads/
49
eggs/
50
.eggs/
51
lib/
52
lib64/
53
parts/
54
sdist/
55
var/
56
wheels/
57
pip-wheel-metadata/
58
share/python-wheels/
59
*.egg-info/
60
.installed.cfg
61
*.egg
62
MANIFEST
63
64
# PyInstaller
65
#  Usually these files are written by a python script from a template
66
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
67
*.manifest
68
*.spec
69
70
# Installer logs
71
pip-log.txt
72
pip-delete-this-directory.txt
73
74
# Unit test / coverage reports
75
htmlcov/
76
.tox/
77
.nox/
78
.coverage
79
.coverage.*
80
.cache
81
nosetests.xml
82
coverage.xml
83
*.cover
84
*.py,cover
85
.hypothesis/
86
.pytest_cache/
87
88
# Translations
89
*.mo
90
*.pot
91
92
# Django stuff:
93
*.log
94
local_settings.py
95
db.sqlite3
96
db.sqlite3-journal
97
98
# Flask stuff:
99
instance/
100
.webassets-cache
101
102
# Scrapy stuff:
103
.scrapy
104
105
# Sphinx documentation
106
docs/_build/
107
108
# PyBuilder
109
target/
110
111
# Jupyter Notebook
112
.ipynb_checkpoints
113
114
# IPython
115
profile_default/
116
ipython_config.py
117
118
# pyenv
119
.python-version
120
121
# pipenv
122
#   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
123
#   However, in case of collaboration, if having platform-specific dependencies or dependencies
124
#   having no cross-platform support, pipenv may install dependencies that don't work, or not
125
#   install all needed dependencies.
126
#Pipfile.lock
127
128
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
129
__pypackages__/
130
131
# Celery stuff
132
celerybeat-schedule
133
celerybeat.pid
134
135
# SageMath parsed files
136
*.sage.py
137
138
# Environments
139
.env
140
.venv
141
env/
142
venv/
143
ENV/
144
env.bak/
145
venv.bak/
146
147
# Spyder project settings
148
.spyderproject
149
.spyproject
150
151
# Rope project settings
152
.ropeproject
153
154
# mkdocs documentation
155
/site
156
157
# mypy
158
.mypy_cache/
159
.dmypy.json
160
dmypy.json
161
162
# Pyre type checker
163
.pyre/
164
165
.vs
166
.vscode
167
.idea
168
.DS_Store
169
170
171
test/CPSC0223/
172
test/CPSC0236/
173
test/ati_cnn/ckpt/
174
175
working_dir
176
tmp
177
temp
178
checkpoints
179
log
180
.zip
181
182
# notebooks are ignored by default
183
# notebooks that are not ignored should be specified
184
*.ipynb
185
186
# dl models
187
*.h5
188
*.pth
189
*.pth.tar
190
*.pt
191
*.pt.tar
192
*.keras
193
*.model
194
*.bin
195
*.ckpt.*
196
*.safetensors
197
198
tmp*