Stable-Audio-Open / .dockerignore
OnyxlMunkey's picture
Update app.py and README.md: Enhance local launch configuration for Docker support and update documentation to include Docker deployment instructions.
2276588
raw
history blame contribute delete
316 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
.venv
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Git
.git/
.gitignore
# Documentation
*.md
!README.md
# Logs
*.log
# Model cache (will be downloaded in container)
.cache/
models/
# Test files
test/
tests/
*.test.py