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