-
Notifications
You must be signed in to change notification settings - Fork 59
/
.gitignore
63 lines (54 loc) · 981 Bytes
/
.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
# ignore map files
v*.*/mapdata/*.npz
# intermediate results
v*.*/evaluatedRhythm.json
v*.*/mapthis.json
v*.*/mapthis.npz
v*.*/rhythm_data.npz
v*.*/wavdata.json
v*.*/wavfile.wav
v*.*/temp_json_file.json
v*.*/temp/*
v*.*/timing.osu
v*.*/audio.mp3
# generated map
v*.*/*.osu
# model
v*.*/flow_dataset.npz
v*.*/saved_rhythm_model
v*.*/hs_dataset.npz
v*.*/mania_pattern_dataset.npz
# saved_rhythm_model_momentums
# saved_slider_model1
# saved_slider_model2
# momentum_minmax.npy
# maps
# *.osu
# *.osz
# *.osb
# ffmpeg
ffmpeg.exe
# as the name suggests
unused/
# did not work
v*.*/16_osurhythm_evaluator_lesser.ipynb
v*.*/saved_rhythm_model_lesser
v*.*/saved_rhythm_model_momentums_lesser
v*.*/momentum_minmax_lesser.json
js/
docker/
test/
# generated files
v*.*/node_modules/
v*.*/.ipynb_checkpoints/
**/__pycache__/
v*.*/logs/
*.sublime-project
*.sublime-workspace
.vscode/
# local reference files
full_maplist.txt
osunn.pptx
predictor_input.json
predictor_output.json
test/