-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.gitignore
65 lines (48 loc) · 1.28 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
resources
S001a
S001b
S001c
__pycache__
cache
resnet
# Ignore hidden files
*.DS_Store
*.pyc
*.ipynb
*.GIBMsBMLabServer
nohup.out
\.Readme\.txt\.swp
*.local
*.MBP15-3
*.BMLabGPU
*.Rhistory
~$*
備份*
# Ignore specific dirs
benchmark/cache_S002a_10000files/train/
benchmark/S002a/
benchmark/test_on_human_data/data
*.pdf#
*.csv#
benchmark/test_on_human_data/data/
*.json
models/working_model/test_on_simulation_data/training_result/caches/cache_S002a_vtest/
*.swo
*.swp
*.LAPTOP-3AJ3PAG8
*.zip
# Ignore files too large
data/data_simulation/S004b-S037b/
models/working_model/test_on_simulation_data/training_result/caches/v25/**/train/*
models/working_model/test_on_simulation_data/training_result/caches/v26/**/train/*
models/working_model/test_on_human_data/training_result/caches/v12/**/train/*
data/data_simulation/simulation_data_on_server/data/**/*.txt
# exception
!models/working_model/test_on_simulation_data/training_result/caches/v25/**/train/*.csv
!models/working_model/test_on_simulation_data/training_result/caches/v26/**/train/*.csv
!models/working_model/test_on_human_data/training_result/caches/v12/**/train/*.csv
!data/data_simulation/simulation_data_on_server/data/**/summary_simulation.csv
report/~$ROMAN-figures.pptx
report/~$ToMNET.pptx
*.tmp
report/.tmp.drivedownload/