From 701bd69d69351c5a2034cd11f87c09bc3ef90554 Mon Sep 17 00:00:00 2001 From: Celestia Ludenberg Date: Tue, 23 Jun 2026 11:50:12 +0200 Subject: [PATCH] gitignore: add __pycache__ --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index a810017..99bc80f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ src/ *.pkg.tar.xz *.pkg.tar.gz *.log +__pycache__/ +*.pyc