mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-04-13 09:39:17 +00:00
40 lines
325 B
Text
40 lines
325 B
Text
# Version control
|
|
.git
|
|
|
|
# Python
|
|
__pycache__
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
*.py[cod]
|
|
*$py.class
|
|
.pytest_cache
|
|
.coverage
|
|
.coveragerc
|
|
|
|
# Environment
|
|
# .env
|
|
.venv
|
|
env/
|
|
venv/
|
|
ENV/
|
|
|
|
# IDE
|
|
.idea
|
|
.vscode
|
|
*.swp
|
|
*.swo
|
|
|
|
# Project specific
|
|
examples/
|
|
Kokoro-82M/
|
|
ui/
|
|
tests/
|
|
*.md
|
|
*.txt
|
|
!requirements.txt
|
|
|
|
# Docker
|
|
Dockerfile*
|
|
docker-compose*
|