From 92fe4ddf87e6c7cdcb9270800bed9a9e09204a46 Mon Sep 17 00:00:00 2001 From: Patrick Brisacier Date: Thu, 27 Jul 2023 11:48:49 +0200 Subject: [PATCH] Ignore app_list_auto_update.log file and __pycache__ directories --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 28a7047c..484a0956 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,6 @@ tools/autopatches/login tools/autopatches/token .github_token + +__pycache__ +app_list_auto_update.log