forked from synesthesiam/rhasspy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
executable file
·78 lines (65 loc) · 986 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
# Caches and virtual environment
__pycache__/
.mypy_cache/
.venv/
.ipynb_checkpoints/
download/
build/
# QEMU
etc/qemu-arm-static
etc/qemu-aarch64-static
# npm
node_modules/
# Web interface
dist/
# Profiles
.downloaded
acoustic_model/
base_dictionary.txt
base_language_model.txt
g2p.fst
profiles/*/model/
profiles/*/*.umdl
profiles/*/flair/
profiles/*/*.pb
profiles/*/*.pb.params
profiles/*/snowboy/
profiles/*/precise/
profiles/*/porcupine/
.doit.db
vocab.txt
adapt_config.json
tagged_sentences.md
unknown_words.txt
frequent_words.html
intent_examples.json
sentences.txt
en-kaldi/
en-zamia/
grammars/
sentences/
record/
# Tools
tools/dist/
tools/etc/
opt/
# Third party
etc/*.tar.gz
etc/*.tar.xz
etc/*.deb
# Examples
.storage/
deps/
tts/
*.log
.HA_VERSION
# Tests
etc/test/pt/Google/
etc/test/pt/PT*
etc/test/pt/original/
etc/test/vi/2*
# Misc
workbench.xmi
# Debian
site/
debian/rhasspy-server*