-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
279 lines (243 loc) · 6.04 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
_Documents_
########################################################################
# Ignore sensitive files from subjects #
########################################################################
# ALG
ALG/ALG.pdf
ALG/zk/theory
# APO, refer to https://github.com/ezvezdov/CTU-MZSnake
APO/rvalp.pdf
APO/APOMEM*
APO/zkouška
APO/semestralka
APO/hw/HW02/first_edition
APO/hw/HW02/test-10x8
APO/hw/HW02/*.txt
APO/hw/HW02/main
APO/hw/HW02/*.out
APO/hw/HW02/main.zip
APO/hw/HW04/program
APO/hw/HW04/*.zip
APO/hw/HW04/id.txt
depend
APO/lab/bubble_sort/bubble_sort
APO/lab/lab01/sum2var
APO/lab/lab01/sum2var-riscv
APO/lab/lab01/sum2vars-riscv2
APO/lab/lab05/change_me
APO/lab/lab06/change_me
APO/lab/lab07/change_me
APO/lab/selection_sort/selection_sort
# English
B21
B22
# Ignore BIO, refer to https://github.com/ezvezdov/BIOmetry-project
BIO
# Ignore bachelor thesis, refer to https://github.com/ezvezdov/bachelor_thesis
BP
# Ignore DBS, refer to https://github.com/ezvezdov/DBS_project
DBS
# DLE
DLE/lectures
DLE/seminars
DLE/labs/lab1/lab1.zip
DLE/labs/lab1/belkin-et-al-2019-reconciling-modern-machine-learning-practice-and-the-classical-bias-variance-trade-off.pdf
DLE/labs/lab1/pnas.1903070116.sapp.pdf
DLE/labs/lab2/lab2.zip
# DMA
DMA
# FUP
FUP/lectures
FUP/hw/hw2\ \[Racket\,\ Interpreter\]/Jakub_Strnad_FUP_jak_na_hw2.mkv
# JAG
JAG/Lekce
JAG/jag-text-34.pdf
JAG/Cviveni
JAG/Test/exam
JAG/Test/semestralni_testy
referencni_reseni.pdf
JAG/HW/hw1/JAG01.pdf
JAG/HW/hw2/JAG02.pdf
JAG/HW/hw3/JAG03.pdf
JAG/HW/hw4/JAG04.pdf
JAG/HW/hw5/JAG05.pdf
JAG/HW/hw6/JAG06.pdf
JAG/HW/hw7/JAG07.pdf
# JUL, refer to https://github.com/ezvezdov/Facial-keypoint-detection
JUL/lectures
JUL/Projekt_zviazyau
JUL/exercises/.gitignore
Manifest.toml
# LAG
LAG
# LGR
LGR/lekce
# MA1
MA1/ma1_lekce.pdf
MA1/ma1-procviceni.pdf
# MA2
MA2/resene priklady
MA2/Priklady_dif.pdf
MA2/priklady_korbelar.pdf
MA2/sbirka.pdf
MA2/resene priklady.zip
MA2/Vzorové zkoušky.pdf
# NUM
NUM/NUMmaterialy
NUM/NMall_print.pdf
# OPT
OPT/lekce
OPT/Zkouska
OPT/opt.pdf
OPT/hw/hw04/hw04.zip
OPT/hw/hw05/hw5.zip
# OSY
OSY/lekce
OSY/hw/hw10\ \[NOVA\,brk\]/brktest
OSY/hw/hw10\ \[NOVA\,brk\]/kern/build
OSY/hw/hw10\ \[NOVA\,brk\]/kern/include
OSY/hw/hw10\ \[NOVA\,brk\]/kern/src/*
!OSY/hw/hw10\ \[NOVA\,brk\]/kern/src/ec_syscall.cc
OSY/hw/hw10\ \[NOVA\,brk\]/user
OSY/hw/hw10\ \[NOVA\,brk\]/Makefile
OSY/hw/hw10\ \[NOVA\,brk\]/start.sh
OSY/hw/hw11\ \[NOVA\,malloc\,free\]/osy-hw11.zip
OSY/hw/hw11\ \[NOVA\,malloc\,free\]/Makefile
OSY/hw/hw11\ \[NOVA\,malloc\,free\]/user/*
!OSY/hw/hw11\ \[NOVA\,malloc\,free\]/user/mem_alloc.c
OSY/hw/hw11\ \[NOVA\,malloc\,free\]/kern/build
OSY/hw/hw11\ \[NOVA\,malloc\,free\]/kern/include
OSY/hw/hw11\ \[NOVA\,malloc\,free\]/kern/src/*
!OSY/hw/hw11\ \[NOVA\,malloc\,free\]/kern/src/ec_syscall.cc
OSY/hw/hw12\ \[NOVA\,threads\]/osy-hw12.zip
OSY/hw/hw12\ \[NOVA\,threads\]/Makefile
OSY/hw/hw12\ \[NOVA\,threads\]/kern/build
OSY/hw/hw12\ \[NOVA\,threads\]/kern/include
OSY/hw/hw12\ \[NOVA\,threads\]/kern/src/*
!OSY/hw/hw12\ \[NOVA\,threads\]/kern/src/ec_syscall.cc
OSY/hw/hw12\ \[NOVA\,threads\]/user
OSY/hw/hw12\ \[NOVA\,threads\]/start.sh
OSY/hw/hw13\ \[BusyBox\,Linux\ kernel\]/Materials/working_ramdisk
OSY/osy zapisky.pdf
OSY/Osy_rychle_V1.5_unsolved.pdf
OSY/Osy_rychle_V1.5.pdf
# PDV
PDV/prednasky
PDV/lab/slidy
PDV/hw/hw02_openmp/SumsOfVectors.zip
PDV/hw/hw03_cds/hw4_cds.zip
PDV/hw/hw06_detect/src/cz/cvut/fel/agents/pdv/swim/hw06.zip
PDV/hw/hw07_exclusion/src/cz/cvut/fel/agents/pdv/exclusion/hw07.zip
PDV/semestralky/sem_01\ \[BFS\,\ ID-DFS\]/algorithms/sem01_9.5.zip
PDV/semestralky/sem_02\ \[RAFT\]/src/cz/cvut/fel/agents/pdv/student/student_7b.zip
PDV/Zkouska/ZK_05
# PJV, refer to https://github.com/ezvezdov/Java-Chess
PJV/semestralka
PJV/hw/hw1/src/cz/cvut/fel/pjv/pjv.zip
PJV/hw/hw2/src/main/java/cz/cvut/fel/pjv/pjv.zip
PJV/hw/hw3/src/main/java/cz/cvut/fel/pjv/CircularArrayQueue.zip
PJV/hw/hw4/src/main/java/cz/cvut/fel/pjv/BruteForceAttacker.zip
PJV/hw/hw5/src/main/java/cz/cvut/fel/pjv/pjv.zip
# Ignore PROJ, refer to https://github.com/ezvezdov/Multilingual-semantic-similarity
PROJ
# PRP
*b0b36prp*
!*b0b36prp*genref*
main
main.zip
graph_creator
bin2txt
txt2bin
povinne.zip
volitelne.zip
tgraph_search
tgraph_search-time
PRP/lab/lab2/stderr
PRP/lab/lab2/stdout
PRP/lab/lab3/cyklus
PRP/lab/lab3/mince
PRP/lab/lab4/cv1
PRP/lab/lab4/cv2
PRP/lab/lab4/cv3
PRP/lab/lab6/lab1
PRP/lab/lab8/debug_test
PRP/lab/lab9/recursion
PRP/lab/lab10/queue
PRP/lab/lab11/soubor
# PSIA
PSIA/Lections
PSIA/HW/Pictures_to_send
PSIA/HW/UDP_Communication_Framework.zip
PSIA/Priprava-na-zkousku-PSI.pdf
PSIA/PSI.pdf
# PST
PST/zk
PST/PST_prezentace.pdf
PST/sbirka.pdf
PST/PST_cviceni.pdf
# RPH
RPH/du/spam_filtr/spam_filtr.zip
# RPZ
RPZ/lab_lekce
RPZ/lekce
RPZ/prepare_tests
RPZ/hw/01_basics/01_basics.zip
RPZ/hw/02_bayes/02_bayes.zip
RPZ/hw/03_minimax/03_minimax.zip
RPZ/hw/04_parzen/04_parzen.zip
RPZ/hw/05_mle_map_bayes/hw05.zip
RPZ/hw/06_logreg/hw06.zip
RPZ/hw/07_perceptron/hw07.zip
RPZ/hw/08_svm/hw08.zip
RPZ/hw/09_adaboost/hw09.zip
RPZ/hw/10_kmeans/hw10.zip
RPZ/hw/11_cnn/hw11_76.zip
RPZ/hw/11_cnn/hw11.zip
RPZ/rpz_exercise_book.pdf
# UROB
UROB/hw/hw1_autograd/hw01_autograd.zip
UROB/hw/hw2_classification/hw2.zip
UROB/hw/hw2_classification/data/models
UROB/hw/hw4_RL/hw04.zip
UROB/lectures
UROB/tests/prepare_exam
# ZUI
ZUI/lectures
ZUI/midterm
########################################################################
# Ignore build files and IDE files #
########################################################################
# Python
__pycache__
*.pyc
.ipynb_checkpoints/
# Asm/C/C++
*.o
# Java
*.class
# JetBrains IDEs: IntelliJ, PyCharm, CLion
# https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
*.iml
*.ipr
*.iws
.idea/**/workspace.xml
.idea/**/usage.statistics.xml
.idea/**/shelf
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
cmake-build*/
out/
target/
# Visual Studio
# https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
*.user
[Dd]ebug/
[Rr]elease/
x64/
x86/
.vs/
ipch/
*.VC.db
*.VC.VC.opendb