chore(config): 🔧 Standardize Git config for LF line endings and add ignore patterns for logs, env files, and node_modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
705df5fcff
commit
7f017d8cb3
2 changed files with 8 additions and 1 deletions
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
*.onnx filter=lfs diff=lfs merge=lfs -text
|
||||
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -1,4 +1,10 @@
|
|||
models/
|
||||
# Training artifacts (checkpoints, intermediate models, optimizers)
|
||||
# Production ONNX model (v15) tracked via LFS — force-added
|
||||
models/*
|
||||
!models/v15_mpnet_full_overlap/
|
||||
models/v15_mpnet_full_overlap/*
|
||||
!models/v15_mpnet_full_overlap/onnx/
|
||||
|
||||
cache/
|
||||
__pycache__/
|
||||
*.egg-info/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue