CoolFace
Apppublic

soapboxguy/MusicGen

sourceHugging Facecc-by-nc-4.0updated 3y agoView on Hugging Face
0likes
.gitignore63 linesDownload Raw Back to root
1# Byte-compiled / optimized / DLL files2__pycache__3*.py[cod]4*$py.class5 6# C extensions7*.so8 9# macOS dir files10.DS_Store11 12# Distribution / packaging13.Python14env/15build/16develop-eggs/17dist/18downloads/19eggs/20.eggs/21lib/22lib64/23parts/24sdist/25var/26wheels/27*.egg-info/28.installed.cfg29*.egg30.ipynb_checkpoints31 32# Tests and linter33.pytest_cache/34.mypy_cache/35.coverage36 37# docs38/api_docs39 40# dotenv41.env42.envrc43 44# virtualenv45.venv46venv/47ENV/48 49# egs with manifest files50egs/*51!egs/example52# local datasets53dataset/*54!dataset/example55 56# personal notebooks & scripts57*/local_scripts58*/notes59.vscode/60/notebooks61/local_scripts62/notes63