1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-09-20 14:27:40 +03:00
leon/.gitignore
2022-10-04 17:10:14 +08:00

32 lines
469 B
Plaintext

__pycache__/
.idea/
.vscode/
**/dist/*
**/build/
**/node_modules/
test/coverage/
**/tmp/*
**/src/.venv/*
downloads/*
logs/*
core/config/**/*.json
bin/coqui/*
bin/flite/*
*.pyc
.DS_Store
*.sublime-workspace
npm-debug.log
debug.log
.env
!tcp_server/**/.gitkeep
!bridges/python/**/.gitkeep
!**/*.sample*
packages/**/config/config.json
skills/**/src/config.json
packages/**/data/db/*.json
skills/**/memory/*.json
core/data/models/*.nlp
package.json.backup
.python-version