From e60d75228fb161e464ca59fa2526bf0765f4d902 Mon Sep 17 00:00:00 2001 From: lyg <1543117173@qq.com> Date: 星期四, 22 五月 2025 12:35:55 +0800 Subject: [PATCH] 修改指令json生成,加入fastapi --- .gitignore | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index 9256fae..c535f4e 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,6 @@ /docs /out* /packages -__pycache__ \ No newline at end of file +__pycache__ +/static/ +*.log \ No newline at end of file -- Gitblit v1.9.1