updated md files
This commit is contained in:
56
.gitignore
vendored
Normal file
56
.gitignore
vendored
Normal file
@ -0,0 +1,56 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyd
|
||||
*.so
|
||||
.Python
|
||||
env/
|
||||
.venv/
|
||||
pip-log.txt
|
||||
pip-delete-this-arg.txt
|
||||
.tox/
|
||||
.coverage
|
||||
.coverage.*
|
||||
.hypothesis/
|
||||
.pytest_cache/
|
||||
celerybeat-schedule
|
||||
.dmypy.json
|
||||
.mypy_cache/
|
||||
.pyre/
|
||||
.ipynb_checkpoints
|
||||
.sage/
|
||||
.spyderproject
|
||||
.spyderproject.bak
|
||||
.spyderworkspace
|
||||
.ropeproject
|
||||
/site
|
||||
/data/raw/
|
||||
/data/processed/dialogs.json # This should be generated, not committed
|
||||
/audio/
|
||||
|
||||
# IDEs and Editors
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*~
|
||||
.DS_Store
|
||||
|
||||
# Build artifacts
|
||||
build/
|
||||
dist/
|
||||
*.egg-info/
|
||||
.cache/
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# TTS Service Specific
|
||||
/tts-service/app/cache/
|
||||
|
||||
# Tools
|
||||
/tools/NearInfinity.jar
|
||||
/tools/weidu/
|
||||
|
||||
# Temporary directories
|
||||
/tmp/
|
||||
.gemini/
|
||||
Reference in New Issue
Block a user