Переглянути джерело

Global .gitignore for the repo

Breandan Dezendorf 7 годин тому
батько
коміт
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/