Explorar el Código

Global .gitignore for the repo

Breandan Dezendorf hace 9 horas
padre
commit
fcb76608cb
Se han modificado 1 ficheros con 15 adiciones y 0 borrados
  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/