From f323b2f154777d640ef29b9607bad708ca12e0d4 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Fri, 1 Mar 2024 22:46:20 +0100 Subject: [PATCH] Ignore python cache folder --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index d9614fd6e2..823b4e4872 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,9 @@ out/ .gradle/ build/ +# Python cache +__pycache__/ + # Local configuration file (sdk path, etc) local.properties