From 6e95d7ff0dd6d9b9250ec84b337d5f295f5c50a7 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 28a7047..484a095 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,6 @@ tools/autopatches/login tools/autopatches/token .github_token + +__pycache__ +app_list_auto_update.log