📝 更新 .gitignore 文件以包含 Python 相关的忽略项;更新 README.md,添加开发状态说明并移除参考及鸣谢部分

This commit is contained in:
2025-04-27 22:13:54 +08:00
parent b634352c95
commit 7d755581cb
2 changed files with 17 additions and 9 deletions

16
.gitignore vendored
View File

@@ -0,0 +1,16 @@
# python and toolchains
.mypy_cache/
__pycache__/
# idea
.idea/
.vscode/
.venv/
venv/
# platform
# macOS
**/.DS_Store
# windows
Thumbs.db
# linux