Initial open source release

This commit is contained in:
A 2026-06-04 01:37:39 +08:00
commit 74992e893f
377 changed files with 118084 additions and 0 deletions

22
.gitignore vendored Normal file
View file

@ -0,0 +1,22 @@
# Go build artifacts
/bin/
*.exe
*.test
*.out
coverage.*
# 本地环境 / 密钥server RSA private key 必须持久化,但禁止入库)
*.local
*.pem
*.key
/secrets/
/data/*
!/data/langpack/
!/data/langpack/**
logs/
.gocache/
.tdesktop-e2e/
# IDE
.idea/
.vscode/