first commit

This commit is contained in:
liyp
2026-08-25 22:13:25 -04:00
commit 846ed07922
9 changed files with 236 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
# 编译输出目录
/target/
# 依赖锁文件
Cargo.lock
# 本地环境配置文件
.env
# 编辑器和 IDE 产生的文件
.idea/
.vscode/
*.iml
*.ipr
*.iws
# 日志文件
*.log
# 临时文件
temp/
tmp/
# 覆盖配置文件
Cargo.toml.orig