.gitignore @@ -1,5 +1,6 @@ # 忽略所有 .log 文件 *.log logs/*.log # 忽略特定文件 config.ini @@ -32,3 +33,4 @@ *.pyc *.pyo *.pyd