添加 .gitignore 排除 Releases 和 Test 目录

This commit is contained in:
2026-03-20 06:57:51 +08:00
parent 2747b69b56
commit 4012458bcf

16
.gitignore vendored Normal file
View File

@@ -0,0 +1,16 @@
# 发布包
Releases/
# 测试文件
Test/
# 日志文件
*.log
logs/
# Python
__pycache__/
*.pyc
.pyo
.env
.venv/