This commit is contained in:
nose
2025-11-25 20:09:33 -08:00
parent d75c644a82
commit bd69119996
80 changed files with 39615 additions and 0 deletions

42
.gitattributes vendored Normal file
View File

@@ -0,0 +1,42 @@
# 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