mycroft-core/.gitignore

34 lines
410 B
Plaintext
Raw Normal View History

dev.env
.dev_opts.json
2016-05-20 19:28:20 +00:00
.idea
*.code-workspace
2016-05-20 19:28:20 +00:00
*.pyc
*.swp
*~
mimic
/skills
2016-05-20 19:28:20 +00:00
pocketsphinx-python
*.egg-info/
build
dist
tornado.web
tornado.ioloop
mycroft/__version__.py
scripts/logs/*
2016-06-20 15:50:39 +00:00
logs/*
2017-04-22 15:35:37 +00:00
.coverage
/htmlcov
test/audio_accuracy/data
scripts/*.screen
2017-08-28 22:42:17 +00:00
doc/_build/
2017-09-05 20:46:24 +00:00
.installed
.mypy_cache
.vscode
2020-03-31 07:33:04 +00:00
.theia
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/