-
Notifications
You must be signed in to change notification settings - Fork 17
/
.gitignore
173 lines (149 loc) · 2.03 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
# Byte-compiled / optimized / DLL files
__pycache__/
.pytest_cache/
.mypy_cache/
typings/
*.py[cod]
*.o
*.so
*.exe
# Compressed DAWG trees
*.dawg
# Pickled DAWG trees
*.pickle
# ngram models
ngram*.txt
# Mypy
mypy.ini
# Training data files
*.pairs
*.tgz
*.zip
*.tsv
# Experimental Python stuff
rnn.py
sudoku.py
locktest.py
ssltest.py
test.py
utils/reykjanes.py
# Utility stuff
diskuse.sh
go.sh
goss.sh
parse.sh
process.sh
makezip.sh
gfixmain.sh
nnmain.sh
# Various resource files
resources/*.txt
!resources/formers.txt
!resources/last.txt
!resources/ordalisti.sorted.txt
!resources/obeygd.hreinsad.txt
resources/*.csv
resources/ord.compressed
mim/
ifd/
gold/
logs/
.idea/
.vscode/
node_modules/
cffi_test/
backup/
# Vectors directory
vectors/resources/
vectors/bz2.py
vectors/gensim-0.13.2/
vectors/numpy-1.11.1/
vectors/models/
vectors/t
vectors/test.py
# Files that are symlinked into the vectors directory
vectors/db
# vectors/settings.py
vectors/similar.py
vectors/Index.conf
# JavaScript & Node stuff
.eslintrc.js
package-lock.json
package.json
# Scratch work files
*.bin
*.sublime-project
*.sublime-workspace
*.code-workspace
*.bak
*.profile
*.log
txt
UnknownVerbs.txt
parse.txt
reduce.txt
reduce-dup.txt
input.txt
nohup.out
postfile.txt
# Distribution / packaging
.Python
env/
bin/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
log/
console/
fonts/
# Virtual environments
venv*
p3*/
p7*/
pypy/
pypy*
cpython*/
venv
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
deploy_done.py
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
.DS_Store
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msm
*.msp
# API keys (and other text resources)
resources/*
# Allow the geo folder
!resources/geo/
# Ignore audio files generated by speech synthesis
*.mp3
*.wav
*.pcm
*.ogg
*.opus
# Env file
.env*
# Coverage test cache
.coverage
# Ignore files in the query resources folder
queries/resources/*
!queries/resources/.gitkeep