chore: consolidate env files and update gitignore
Some checks failed
CI / Check (push) Has been cancelled
CI / Clippy (push) Has been cancelled
CI / Formatting (push) Has been cancelled
CI / Test (push) Has been cancelled
CI / Release Build (push) Has been cancelled

Removed .env and .env.backup from git tracking and consolidated configuration into .env.example. Updated .gitignore to robustly prevent accidental inclusion of sensitive files.
This commit is contained in:
2026-03-19 10:44:22 -04:00
8 changed files with 184 additions and 77 deletions

14
.gitignore vendored
View File

@@ -1,5 +1,11 @@
.env
.env.*
!.env.example
/target
/.env
/*.db
/*.db-shm
/*.db-wal
/llm-proxy
/llm-proxy-go
*.db
*.db-shm
*.db-wal
*.log
server.pid