Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# cogpy Organization — Standardized Git Attributes
# KSM Evolution Cycle 13: Technology Infrastructure Standardization
#
# NOTE: *.bin excluded from LFS for this repo (small test binaries, public fork)

# AI/ML Model Files (large, should use LFS) — excluding *.bin for this repo
*.safetensors filter=lfs diff=lfs merge=lfs -text
*.gguf filter=lfs diff=lfs merge=lfs -text
*.onnx filter=lfs diff=lfs merge=lfs -text

# Linguist overrides
*.py linguist-language=Python
*.scm linguist-language=Scheme

# Auto-detect text files
* text=auto
*.sh text eol=lf
*.py text eol=lf
*.c text
*.h text
*.cpp text
*.hpp text

# Binary files (committed directly)
*.png binary
*.jpg binary
*.pdf binary
*.bin binary
4 changes: 4 additions & 0 deletions .github/workflows/glow-build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: build glow

env:
# KSM-13: Prevent LFS failures from blocking CI/CD
GIT_LFS_SKIP_SMUDGE: "1"

on:
pull_request:
push:
Expand Down
Binary file not shown.
Binary file not shown.
Loading
Loading