.gitignore @@ -1,5 +1,6 @@ # 忽略所有 .log 文件 *.log logs/*.log # 忽略特定文件 config.ini @@ -31,4 +32,5 @@ # 同时忽略所有 .pyc 文件(可选但推荐) *.pyc *.pyo *.pyd *.pyd