更新 .gitignore 文件以包含 Pylint 相关文件,并修改 system.py 中的成功返回逻辑

This commit is contained in:
jxxghp
2025-06-05 21:58:50 +08:00
parent fe894754cf
commit 97cee657bd
4 changed files with 187 additions and 2 deletions
+5 -1
View File
@@ -23,4 +23,8 @@ config/cache/
*.pyc
*.log
.vscode
venv
venv
# Pylint
pylint-report.json
.pylint.d/