From 7d755581cb96bcd890dfa0374cf94ff9ac3b9d39 Mon Sep 17 00:00:00 2001 From: Snowykami Date: Sun, 27 Apr 2025 22:13:54 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20=E6=9B=B4=E6=96=B0=20.gitignore?= =?UTF-8?q?=20=E6=96=87=E4=BB=B6=E4=BB=A5=E5=8C=85=E5=90=AB=20Python=20?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E7=9A=84=E5=BF=BD=E7=95=A5=E9=A1=B9=EF=BC=9B?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md=EF=BC=8C=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=BC=80=E5=8F=91=E7=8A=B6=E6=80=81=E8=AF=B4=E6=98=8E=E5=B9=B6?= =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=8F=82=E8=80=83=E5=8F=8A=E9=B8=A3=E8=B0=A2?= =?UTF-8?q?=E9=83=A8=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 16 ++++++++++++++++ README.md | 10 +--------- 2 files changed, 17 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index e69de29b..bcb11895 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,16 @@ +# python and toolchains +.mypy_cache/ +__pycache__/ + +# idea +.idea/ +.vscode/ +.venv/ +venv/ + +# platform +# macOS +**/.DS_Store +# windows +Thumbs.db +# linux \ No newline at end of file diff --git a/README.md b/README.md index 18ca8edb..d640f45e 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ > 受限的自由才是真正的自由 ## 关于 - +开发中 访问[轻雪7.0](https://bot.liteyuki.icu)主页获取更多信息 ## 特点及优势 @@ -32,14 +32,6 @@ - 提供Liteyuki Cloud官方的容器化托管服务(SaaS),无需担心服务器问题 -## 参考及鸣谢 -- [nonebot-plugin-uninfo](https://github.com/RF-Tar-Railt/nonebot-plugin-uninfo)为会话部分用户信息提供了参考 -- [nonebot-plugin-alconna](https://github.com/nonebot/plugin-alconna/)为消息部分提供了参考 - -## 其他 -- 本仓库是一个monorepo,包含了框架,文档,测试,内置资源包,内置插件,预设配置等 - - [Liteyuki7.0]: https://img.shields.io/badge/Liteyuki-7.0-blue?style=for-the-badge [Python3.12+]: https://img.shields.io/badge/Python-3.12+-blue?style=for-the-badge