chore: remove binaries from tracking, clean up .gitignore

- Remove launcher binary from all git history (git-filter-repo)
- Add launcher, run/*.pid, run/*.log to .gitignore
- Remove tracked run/assistant-bot.pid (runtime file)
- Add dev-scripts/reset-password.sh

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-04 01:41:45 +00:00
parent 396fc39b90
commit 0701089ecf
3 changed files with 71 additions and 1 deletions
+3
View File
@@ -3,3 +3,6 @@
*.log
data/
bin/
launcher
run/*.pid
run/*.log