commit 8c9b9e9814ebb0d34e1fb9baaeb34ca9210e7cae Author: root Date: Mon Jun 8 14:26:36 2026 +0800 Initial commit: 项目初始化 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9a6e636 --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +# Java +target/ +*.class +*.jar +*.war +*.ear +.gradle/ +build/ + +# IDE +.idea/ +*.iml +.vscode/ +.settings/ +.project +.classpath + +# OS +.DS_Store +Thumbs.db + +# Logs +*.log + +# Temp files +*.tmp +*.bak diff --git a/README.md b/README.md new file mode 100644 index 0000000..e6aa123 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# 智能体开发平台-演示系统 + +暂无描述 \ No newline at end of file