forked from JohanSjoblom/picochess
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
121 lines (102 loc) · 1.79 KB
/
.gitignore
File metadata and controls
121 lines (102 loc) · 1.79 KB
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
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
.python-version
# Distribution / packaging
.Python
venv/
env/
bin/
src/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
include/
engines/aarch64/old/
engines/x86_64/old/
engines/mame_emulation/
engines/mame/
# pgn engine audio files are large
engines/pgn_engine/pgn_audio/
# ignore files that pgn_engine writes
engines/aarch64/extra/pgn_game_info.txt
engines/aarch64/extra/pgn_engine-log.txt
engines/x86_64/extra/pgn_game_info.txt
engines/x86_64/extra/pgn_engine-log.txt
engines/pgn_engine/pgn_game_info.txt
engines/pgn_engine/pgn_engine-log.txt
# Script engines are not yet in repo
engines/script_engines/
# ignore engine folders - let user manage them
engines/aarch64/
engines/x86_64/
engines/lc0_weights/
engines/mame_emulation/
engines/rodent3/
engines/rodent4/
engines/descriptions.txt
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
pip-selfcheck.json
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.cache
nosetests.xml
coverage.xml
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Rope
.ropeproject
# Django stuff:
*.log
*.pot
# Sphinx documentation
docs/_build/
# c9.io
.c9/
# PyCharm
.idea/
# PGN files
*.pgn
# Config file
picochess.ini
picochess.uci
*.swp
.venv/
# Generated files
.bluetoothctl_history
games/
# Visual Code files
.vscode/
# Game database files
# some small twic 2024 files included
# linked files with ln -sf
gamesdb/tcscid
obooksrv/obooksrv
etc/dgtpicom
etc/dgtpicom.so
# ignore the talker voices.ini
talker/voices/voices.ini
# ignore resource files
engines-aarch64-small.tar.gz
engines-x86_64-small.tar.gz
lc0-weights-small.tar.gz
# pylint-check.sh temporary and comparison files
pylint_errors.txt
pylint_diff.txt
pylint_raw_output.txt