# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
venv/

# 工具
.idea/
.vscode/
.ruff_cache/
.pytest_cache/
.mypy_cache/

# OneBot v11 规范原文，开发时的参照物，不是本项目的代码。
# ⚠ 新克隆之后要恢复它（很多注释里引用了具体的 .md 文件）：
#     git clone --depth 1 https://github.com/botuniverse/onebot-11 onebot-11-master
onebot-11-master/

# 示例产生的日志
logs/

# 你自己的配置，别进版本库（从 config.example.py 复制一份）
examples/config.py
config.py

# PyPI 上传凭据。⚠ 绝不能进版本库 —— 提交了之后就算删掉，git 历史里也永远还在
.pypi-token
