From 27ed51ee957a9021295e66b455bd328f44358df1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20W=C3=BCst?= Date: Mon, 18 May 2026 18:02:59 +0200 Subject: [PATCH] chore: ignore python bytecode cache --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 85e7c1d..2434dcf 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ /.idea/ +__pycache__/ +*.pyc