78 lines
986 B
Plaintext
Executable File
78 lines
986 B
Plaintext
Executable File
# 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* |