# Git attributes for ChromSploit Framework # Mark internal files as binary to prevent accidental exposure .internal/** binary *.internal binary # Ensure development files are not exported in releases DEVELOPMENT.md export-ignore .internal/ export-ignore dev/ export-ignore private/ export-ignore team/ export-ignore # Line endings *.py text eol=lf *.md text eol=lf *.json text eol=lf *.yml text eol=lf *.yaml text eol=lf *.txt text eol=lf *.sh text eol=lf # Binary files *.png binary *.jpg binary *.jpeg binary *.gif binary *.ico binary *.pdf binary *.zip binary *.tar.gz binary # Large files (use LFS if needed) *.model filter=lfs diff=lfs merge=lfs -text *.onnx filter=lfs diff=lfs merge=lfs -text *.pkl filter=lfs diff=lfs merge=lfs -text