chore: cleanup repository and update gitignore
Some checks failed
CI / Lint (push) Has been cancelled
CI / Test (push) Has been cancelled
CI / Build (push) Has been cancelled

- Removed binary 'gophergate'
- Removed 'data/llm_proxy.db' from source control (kept locally)
- Removed old database backups in 'data/backups/'
- Updated .gitignore to exclude data directory and gophergate binary
This commit is contained in:
2026-03-25 13:08:33 +00:00
parent 348341f304
commit 27fbd8ed15
2 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@@ -4,6 +4,8 @@
/target
/llm-proxy
/llm-proxy-go
/gophergate
/data/
*.db
*.db-shm
*.db-wal

Binary file not shown.