添加 .gitignore 文件以排除不必要的文件

This commit is contained in:
carry
2026-07-12 20:30:41 +08:00
parent 070bee0a76
commit bdd10e10aa
+13
View File
@@ -0,0 +1,13 @@
*.retry
.DS_Store
__pycache__/
*.pyc
*.pyo
*.egg-info/
.ansible/
*.log
*.tmp
*.bak
*.swp
*.swo
*~