1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-12-18 14:21:32 +03:00
leon/.gitignore

29 lines
427 B
Plaintext
Raw Normal View History

2019-02-10 15:26:50 +03:00
__pycache__/
.idea/
.vscode/
2019-02-10 15:26:50 +03:00
**/dist/
**/node_modules/
test/coverage/
**/tmp/*
bridges/python/.venv/*
downloads/*
logs/*
server/src/config/**/*.json
bin/deepspeech/*
bin/flite/*
*.pyc
.DS_Store
*.sublime-workspace
2019-02-10 15:26:50 +03:00
npm-debug.log
debug.log
.env
!**/.gitkeep
!bridges/python/.venv/.gitkeep
!**/*.sample*
packages/**/config/config.json
packages/**/data/db/*.json
server/src/data/leon-model.nlp
2019-02-10 15:26:50 +03:00
package.json.backup
2021-03-15 20:11:40 +03:00
.python-version