707c3e5040020cd7447947ce52deec779c555aef
.gitignore had deps/ and /models/llm/ with trailing slashes. A trailing slash only matches a real directory, so a *symlink* with the same name is not ignored and git add -A commits it as a symlink blob. That bites anyone working in a git worktree, where deps/ and models/ do not exist and have to be linked in from the main checkout. It already happened once tonight. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CGeSZxh1DCtRxmFVSYVGvJ
Description
No description provided
Languages
Go
97.1%
HTML
0.9%
Shell
0.6%
CSS
0.5%
Makefile
0.3%
Other
0.6%