mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-03-12 02:34:04 -05:00
feat: Add git-lfs support for large files
- Configure git-lfs to track *.tar.gz, *.zip, *.pkl, *.bin files - Prepare repository for handling large dataset files - Resolve GitHub file size limit issues
This commit is contained in:
4
.gitattributes
vendored
4
.gitattributes
vendored
@@ -1,8 +1,10 @@
|
||||
# Mark auto-generated files (GitHub will show "Generated" label)
|
||||
tinytorch/core/*.py linguist-generated=true
|
||||
tinytorch/**/*.py linguist-generated=true
|
||||
|
||||
# Exclude from diff by default (reduces noise)
|
||||
tinytorch/core/*.py -diff
|
||||
*.tar.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.pkl filter=lfs diff=lfs merge=lfs -text
|
||||
*.bin filter=lfs diff=lfs merge=lfs -text
|
||||
*.gif filter=lfs diff=lfs merge=lfs -text
|
||||
|
||||
Reference in New Issue
Block a user