57 lines
645 B
Plaintext
57 lines
645 B
Plaintext
# 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/
|