From fd835e94061c681f50ef8df552f3d8d7f9a23324 Mon Sep 17 00:00:00 2001 From: snowykami Date: Fri, 22 Nov 2024 20:15:04 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=E6=9B=B4=E6=96=B0.gitignore?= =?UTF-8?q?=EF=BC=8C=E6=96=B0=E5=A2=9EPython=E5=B7=A5=E5=85=B7=E9=93=BE?= =?UTF-8?q?=E7=BC=93=E5=AD=98=E7=9B=AE=E5=BD=95=E6=8E=92=E9=99=A4=E9=A1=B9?= =?UTF-8?q?=EF=BC=9B=E6=9B=B4=E6=96=B0README.md=EF=BC=8C=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E6=A0=87=E9=A2=98=E5=B9=B6=E6=B7=BB=E5=8A=A0monorepo=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 6 +++++- README.md | 5 ++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2c64211a..22098d46 100644 --- a/.gitignore +++ b/.gitignore @@ -63,4 +63,8 @@ mkdoc.bat # vitepress docs/.vitepress/dist/ docs/.vitepress/cache -docs/.vitepress/.temp \ No newline at end of file +docs/.vitepress/.temp + +# python toolchain +.mypy_cache/ +.pytest_cache/ \ No newline at end of file diff --git a/README.md b/README.md index 2c86b3b4..f04355c7 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,13 @@ **👇所有内容请访问👇**: [bot.liteyuki.icu](https://bot.liteyuki.icu) -### 参考及鸣谢 +## 参考及鸣谢 - [nonebot-plugin-uninfo](https://github.com/RF-Tar-Railt/nonebot-plugin-uninfo)为会话部分用户信息提供了参考 - [nonebot-plugin-alconna](https://github.com/nonebot/plugin-alconna/)为消息部分提供了参考 +## 其他 +- 本仓库是一个monorepo,包含了框架,文档,测试,内置资源包,内置插件,预设配置等 + [Liteyuki6.0]: https://img.shields.io/badge/Liteyuki-6.0-blue?style=for-the-badge