From eca7a41051676fd3d2a1328806a44f10a2596286 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 Claude-Session: https://claude.ai/code/session_01AReSwkWkPX2A9Ym6grxRAh --- .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