1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-09-11 10:25:40 +03:00
leon/.gitignore
2023-04-02 19:18:15 +02:00

37 lines
597 B
Plaintext

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