LilyScript / .gitignore
k-l-lambda's picture
player: FluidSynth (GM soundfont) audio backend with piano fallback
78f88e1
Raw
History Blame Contribute Delete
475 Bytes
# Model weights + geometry — loaded from a local dir for now (LFS / HF hub later).
models/
# Generated outputs written at runtime.
outputs/
# Vendored browser libraries live under web/vendor/ + web/soundfont/ and ARE
# committed (via Git LFS — see .gitattributes) so the deployed Space has them;
# regenerate locally with tools.local/prepare_web.py. The hand-written
# score-player.js / .css are committed as normal text.
__pycache__/
*.pyc
.DS_Store
*.local
*.bak-*