fix: restore reviewable migration evidence

This commit is contained in:
MiMoCode
2026-07-10 18:26:48 +08:00
commit d1bbb5370c
42 changed files with 6419 additions and 0 deletions
+54
View File
@@ -0,0 +1,54 @@
# Environment / secrets
.env
.env.*
!.env.example
# Local binaries
TokenThief
TokenThief.exe
tokenthief
tokenthief.exe
*.exe
*.dll
*.so
*.dylib
# Go build/test outputs
bin/
dist/
build/
*.test
*.out
coverage.out
coverage.html
*.coverprofile
# Runtime logs and temporary outputs
*.log
proxy.log
proxy.err.log
models.json
tmp_*.go
dbcheck.exe
# Local database / volumes
clickhouse_data/
data/
*.db
*.sqlite
*.sqlite3
# IDE / editor
.idea/
.vscode/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
# Docker compose overrides
compose.override.yml
docker-compose.override.yml