From f3e2001cd92ffbb9ce42c11976eab19f63e84953 Mon Sep 17 00:00:00 2001 From: Tomas Date: Sat, 10 Jan 2026 04:01:40 +0100 Subject: [PATCH] Ignore python cache --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index cf6607f..7f92330 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,8 @@ tsconfig.tsbuildinfo # Python env/ +__pycache__/ +*.pyc # Output dist/