From 944844805f06cd756486a13c7adb0c3d05c0226d Mon Sep 17 00:00:00 2001 From: kitoy Date: Mon, 3 Aug 2026 02:37:16 +0200 Subject: [PATCH] Add pycache to gitingore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 24b4509..ac05ae7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ -__pycache__ +__pycache__/ +*pycache* *.pyc *# *~