From: Andreas Glashauser <ag@andreasglashauser.com>
Date: Sat, 22 Mar 2025 18:28:21 +0000 (+0100)
Subject: ADDED: __pycache__ to gitignore
X-Git-Url: https://git.andreasglashauser.com/?a=commitdiff_plain;h=04d3e6ddc2edec90fb1bb02047d38f814872a796;p=dotfiles.git

ADDED: __pycache__ to gitignore
---

diff --git a/gitignore b/gitignore
index 1cd86a4..201466c 100644
--- a/gitignore
+++ b/gitignore
@@ -3,3 +3,5 @@ node_modules/
 tmp/
 *.log
 data/
+
+__pycache__