From 9145d1ec22d27e08bbd5fa23846c0b09aa146cf2 Mon Sep 17 00:00:00 2001 From: BlackMark Date: Mon, 20 Jul 2026 10:43:56 +0200 Subject: [PATCH] pureboot: gitignore python bytecode cache Co-Authored-By: Claude Fable 5 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 9e8b68e..44e7813 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,7 @@ Debug /build/ compile_commands.json .cache/ + +# Python +__pycache__/ +*.pyc