WolfDavid's picture
feat(01-04): add VOICEVOX runtime assets, requirements.txt and setup docs
54edb09
Raw
History Blame Contribute Delete
726 Bytes
# Scoped LFS patterns for the Open JTalk system dictionary.
#
# The repository-root .gitattributes (plan 01-02) arms *.vrm / *.vvm / *.wav / *.onnx,
# which already covers model/zundamon.vvm. The dictionary ships .dic and .bin files that
# none of those patterns match, and sys.dic alone is ~103 MB - far past the 10 MB
# threshold above which a Hugging Face Space repo rejects a non-LFS push.
#
# These patterns live here rather than in the root file so plan 01-02 keeps sole
# ownership of the root .gitattributes; git applies attributes hierarchically, so a
# directory-scoped file composes with the root one instead of competing with it.
*.dic filter=lfs diff=lfs merge=lfs -text
*.bin filter=lfs diff=lfs merge=lfs -text