mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-10-04 16:26:24 +00:00
📝 更新 .gitignore 文件以包含 Python 相关的忽略项;更新 README.md,添加开发状态说明并移除参考及鸣谢部分
This commit is contained in:
16
.gitignore
vendored
16
.gitignore
vendored
@@ -0,0 +1,16 @@
|
||||
# python and toolchains
|
||||
.mypy_cache/
|
||||
__pycache__/
|
||||
|
||||
# idea
|
||||
.idea/
|
||||
.vscode/
|
||||
.venv/
|
||||
venv/
|
||||
|
||||
# platform
|
||||
# macOS
|
||||
**/.DS_Store
|
||||
# windows
|
||||
Thumbs.db
|
||||
# linux
|
Reference in New Issue
Block a user