Updated link_model() and verify_model_links() functions to: - Extract target directory directly from dest path (e.g., "checkpoints/model.safetensors") - Remove model_type parameter from function signatures - Support multiple target directories per model when files go to different locations - Simplified function calls throughout the script Also added bin/ directory to .gitignore allowlist to track utility scripts. This change complements the models_huggingface.yaml refactoring that embedded the type directory in the dest paths. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
33 lines
380 B
Plaintext
Executable File
33 lines
380 B
Plaintext
Executable File
# Ignore everything
|
|
*
|
|
|
|
# But not these files.
|
|
!CLAUDE.md
|
|
!.gitignore
|
|
!.gitconfig
|
|
!.gitmodules
|
|
!README.md
|
|
!.editorconfig
|
|
!.nvmrc
|
|
!.ruby-version
|
|
!.python-version
|
|
!.p10k.zsh
|
|
!.zprofile
|
|
!.zlogout
|
|
!.zlogin
|
|
!.zshrc
|
|
!.zshenv
|
|
!.hushlogin
|
|
!arty.yml
|
|
!signature.txt
|
|
!bin/
|
|
!bin/**
|
|
|
|
# Ignore so we won't commit these in the allowed dirctories.
|
|
.DS_Store
|
|
*.log*
|
|
*.db*
|
|
*.vscdb*
|
|
*.sqlite*
|
|
*.bnk*
|