chore: merge Rust backend into monorepo

git-subtree-dir: server
git-subtree-mainline: fb6a84d75f
git-subtree-split: 8a88706ff9
This commit is contained in:
2026-07-20 10:50:48 +08:00
18 changed files with 6191 additions and 0 deletions

11
server/.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
# Rust build output
/target/
/data/
# Local configuration and secrets
.env
.env.*
!.env.example
# Graphify generated knowledge graphs
/graphify-out/