init 初始化项目

This commit is contained in:
2026-09-05 21:03:45 +08:00
commit a484d42a29
133 changed files with 5111 additions and 0 deletions

13
.gitignore vendored Normal file
View File

@@ -0,0 +1,13 @@
# Flutter
frontend/build/
frontend/.dart_tool/
frontend/.flutter-plugins
frontend/.pub/
# Rust
backend/target/
backend/Cargo.lock
# IDE
.idea/
*.iml