1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-12-27 02:35:50 +03:00
leon/.gitignore

32 lines
476 B
Plaintext

__pycache__/
.idea/
.vscode/
**/dist/
**/build/
**/node_modules/
test/coverage/
**/tmp/*
bridges/python/src/.venv/*
downloads/*
logs/*
core/config/**/*.json
bin/coqui/*
bin/flite/*
*.pyc
.DS_Store
*.sublime-workspace
npm-debug.log
debug.log
.env
!**/.gitkeep
!bridges/python/src/.venv/.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