chore(git): 精简 .gitignore + 移除二进制 gitlink-cli.exe 跟踪

追加 __pycache__/*.pyc/*.exe/research-output/ 忽略;git rm --cached gitlink-cli.exe 停止 19MB 二进制膨胀历史(CI/Docker 内自行 go build,不影响部署)。

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
whale 2026-07-05 22:01:59 +08:00
parent 7aa6f1b757
commit af7b5aeea3
2 changed files with 5 additions and 1 deletions

6
.gitignore vendored
View File

@ -1,2 +1,6 @@
docs/
doc/
doc/
__pycache__/
*.pyc
*.exe
research-output/

Binary file not shown.