forked from lightvector/KataGo
-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitignore
85 lines (71 loc) · 980 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
*.[oa]
*.exe
*~
__pycache__
*.h5
*.log
*.cbp
tmp*.txt
cpp/write
cpp/runtests
cpp/example
cpp/gtp
cpp/gtp.log
cpp/match
cpp/matchcuda
cpp/matchtensorflow
cpp/match.log
cpp/main
cpp/maincuda
cpp/mainopencl
cpp/katago
cpp/configs
cpp/evalsgf
cpp/run*.sh
cpp/tests/scratch
cpp/program/gitinfo.h
cpp/tests/results/matchsgfs/games.sgfs
cpp/tests/results/matchsgfs2/games.sgfs
cpp/data/
versions/
cpp/build
cpp/out
export_model_cuda.sh
mixmodels.sh
runfindposes.sh
runtraining.sh
runlztest*.sh
python/upload_all*.sh
python/count_all*.sh
tmp
tmp.txt
test.txt
cpp/tmp
out.txt
# For clion IDE
.idea
# For vscode
.vscode
# For VS
.vs
cpp/CMakeSettings.json
# For cmake
CMakeCache.txt
CMakeFiles/
Makefile
cmake_install.cmake
.DS_Store
GPATH
GRTAGS
GTAGS
cpp/external/httplib/cpp-httplib/
cpp/external/nlohmann_json/nlohmann_json
gtp.cfg
katago_contribute/
tmpsgf/
watchgame.txt
models/
python/startposesupload.txt
for_release/
tests/results/matchsgfs/
tests/results/matchsgfs2/