Initial commit

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-06-18 21:19:47 +08:00
commit 3f7bdf0222
49 changed files with 7818 additions and 0 deletions

12
.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
# Binary
ci-server
ci-server.exe
# Data directory (runtime)
data/
# IDE
.idea/
.vscode/
*.swp
*.swo