From e840072f69e18d6b8c26417594cdd09e1184c945 Mon Sep 17 00:00:00 2001 From: The_miro Date: Tue, 23 Jun 2026 09:04:01 +0200 Subject: [PATCH] chore: ignore Python __pycache__ and *.pyc files Co-Authored-By: Claude Sonnet 4.6 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 7c59e3d..a0dc77e 100644 --- a/.gitignore +++ b/.gitignore @@ -56,5 +56,9 @@ Thumbs.db # Temporary files *.tmp +# Python bytecode +__pycache__/ +*.pyc + # thunar settings *desktopenvs/hyprland/xfce4/xfconf/xfce-perchannel-xml/thunar.xml