2016-05-20 19:28:20 +00:00
|
|
|
.idea
|
|
|
|
*.pyc
|
|
|
|
*.swp
|
|
|
|
*~
|
|
|
|
mimic
|
|
|
|
pocketsphinx-python
|
|
|
|
*.egg-info/
|
|
|
|
build
|
|
|
|
dist
|
|
|
|
tornado.web
|
|
|
|
tornado.ioloop
|
|
|
|
mycroft/__version__.py
|
|
|
|
MANIFEST.in
|
2016-06-14 01:00:51 +00:00
|
|
|
setup.py
|
2016-08-10 19:28:37 +00:00
|
|
|
scripts/logs/*
|
2016-06-20 15:50:39 +00:00
|
|
|
logs/*
|
2017-04-22 15:35:37 +00:00
|
|
|
.coverage
|
2017-04-17 23:22:39 +00:00
|
|
|
mycroft/audio-accuracy-test/data/*
|
2017-06-15 22:42:56 +00:00
|
|
|
scripts/*.screen
|
2017-08-28 22:42:17 +00:00
|
|
|
doc/_build/
|
2017-09-05 20:46:24 +00:00
|
|
|
.installed
|
2018-01-31 15:42:44 +00:00
|
|
|
.mypy_cache
|
2018-04-26 19:39:53 +00:00
|
|
|
.vscode
|
2018-02-08 21:39:39 +00:00
|
|
|
.venv/
|
2017-12-02 00:31:46 +00:00
|
|
|
|
|
|
|
# Created by unit tests
|
|
|
|
test/unittests/skills/test_skill/settings.json
|
|
|
|
test_conf.json
|
2018-03-20 23:21:08 +00:00
|
|
|
.pytest_cache/
|