Browse Source

Global .gitignore for the repo

Breandan Dezendorf 10 giờ trước cách đây
mục cha
commit
fcb76608cb
1 tập tin đã thay đổi với 15 bổ sung0 xóa
  1. 15 0
      .gitignore

+ 15 - 0
.gitignore

@@ -9,3 +9,18 @@ tools/argocd-cli/argocd-linux-amd64
 
 .*.swp
 .todos/
+
+# Python build/cache artifacts
+__pycache__/
+*.py[cod]
+*$py.class
+.pytest_cache/
+.mypy_cache/
+.ruff_cache/
+.tox/
+.nox/
+.coverage
+.coverage.*
+dist/
+build/
+*.egg-info/