mirror of
https://github.com/snicolast/ComfyUI-IndexTTS2.git
synced 2026-01-26 14:39:44 +00:00
39 lines
393 B
Plaintext
39 lines
393 B
Plaintext
/checkpoints/**
|
|
/output/
|
|
/temp/
|
|
logs/
|
|
*.log
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
.venv/
|
|
venv/
|
|
env/
|
|
ENV/
|
|
.python-version
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
.coverage
|
|
.coverage.*
|
|
coverage.xml
|
|
htmlcov/
|
|
node_modules/
|
|
**/node_modules/
|
|
npm-debug.log*
|
|
pnpm-debug.log*
|
|
yarn-*.log*
|
|
dist/
|
|
build/
|
|
web/dist/
|
|
web/build/
|
|
.vscode/
|
|
.idea/
|
|
*.code-workspace
|
|
.DS_Store
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Icon?
|
|
*.swp
|
|
*.swo
|