chore: 更新 .gitignore 添加 dist 目录

- 在 .gitignore 文件中添加 dist/ 目录以忽略构建输出
- 确保分发包或源码分发不会意外提交到版本控制
This commit is contained in:
2025-11-30 20:51:01 +08:00
parent 0e20e4375a
commit d3634367d6

1
.gitignore vendored
View File

@@ -10,6 +10,7 @@ __pycache__/
.pytest_cache/
# 构建输出
dist/
build/
*.py[cod]
*.egg-info