Pārlūkot izejas kodu

Global .gitignore for the repo

Breandan Dezendorf 12 stundas atpakaļ
vecāks
revīzija
fcb76608cb
1 mainītis faili ar 15 papildinājumiem un 0 dzēšanām
  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/