CoolFace
Apppublic

OSOCONSULT/GRITVOICE45

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
.gitattributes24 linesDownload Raw Back to root
1# Clean .gitattributes for OSO Consulting Agentic Assistant2# Track only text and common small files; no LFS needed for typical usage.3 4# Text-based files: treat as text for diff/merge5*.py text6*.md text7*.txt text8*.yml text9*.toml text10*.json text11 12# Audio & images (small - not LFS)13*.wav binary14*.mp3 binary15*.png binary16*.jpg binary17 18# VS Code / IDE files19.vscode/* linguist-vendored20 21# Prevent accidental inclusion of .env secrets22.env filter=cleanse23 24