Преглед на файлове

Global .gitignore for the repo

Breandan Dezendorf преди 10 часа
родител
ревизия
fcb76608cb
променени са 1 файла, в които са добавени 15 реда и са изтрити 0 реда
  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/