This commit is contained in:
2025-12-31 22:58:27 -08:00
parent cfd791d415
commit 977381b636
5 changed files with 0 additions and 440 deletions

42
.gitattributes vendored
View File

@@ -1,42 +0,0 @@
# Auto detect text files and normalize line endings to LF
* text=auto
# Python files
*.py text eol=lf
*.pyx text eol=lf
*.pyi text eol=lf
# Shell scripts
*.sh text eol=lf
*.bash text eol=lf
# Windows batch files
*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf
# Config files
*.json text eol=lf
*.toml text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
*.ini text eol=lf
*.cfg text eol=lf
# Documentation
*.md text eol=lf
README text eol=lf
LICENSE text eol=lf
# Binary files
*.db binary
*.sqlite binary
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.webp binary
*.mov binary
*.mp4 binary
*.webm binary
*.pdf binary