From a3c514d18dbdf7cfb2001a55a94859e4d4d0e03c Mon Sep 17 00:00:00 2001 From: Stefan Bethke Date: Sun, 22 Feb 2026 18:21:15 +0100 Subject: [PATCH] Ignore pycaches --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 424bd2624..70dd57663 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .ansible/ +**/__pycache__ \ No newline at end of file