将 backups/ 目录添加到 .gitignore 文件中,以防止备份文件被 Git 跟踪。
@@ -16,6 +16,7 @@ lib/
lib64/
parts/
sdist/
+backups/
var/
wheels/
*.egg-info/