# ZERO-SHOT-VIDEO-GENERATION - Academic Repository # Professional .gitattributes for scholarly archiving # Set default behavior to automatically normalize line endings * text=auto # Ensure source and documentation files use LF on checkout *.md text eol=lf diff=markdown *.py text eol=lf *.txt text eol=lf *.yaml text eol=lf *.yml text eol=lf *.css text eol=lf .gitattributes text eol=lf .gitignore text eol=lf # Explicitly mark binary files to prevent corruption and optimize diffs *.png binary *.jpg binary *.jpeg binary *.pdf binary *.docx binary *.pptx filter=lfs diff=lfs merge=lfs -text *.mp4 filter=lfs diff=lfs merge=lfs -text # Improve diff handling *.md text diff=markdown *.docx filter=lfs diff=lfs merge=lfs -text *.pdf filter=lfs diff=lfs merge=lfs -text *.jpg filter=lfs diff=lfs merge=lfs -text *.jpeg filter=lfs diff=lfs merge=lfs -text *.png filter=lfs diff=lfs merge=lfs -text *.ipynb filter=lfs diff=lfs merge=lfs -text Source[[:space:]]Code/annotator/ckpts/*.pth filter=lfs diff=lfs merge=lfs -text Source[[:space:]]Code/annotator/ckpts/*.pt filter=lfs diff=lfs merge=lfs -text