From ee149feef108fb8225b6e3209362e18d75ad7e79 Mon Sep 17 00:00:00 2001 From: Vyacheslav Demidyuk Date: Wed, 15 Jan 2025 23:20:02 +0200 Subject: [PATCH] update gitignore to ignore python cache files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b5b717e2..547ddb0f 100755 --- a/.gitignore +++ b/.gitignore @@ -188,3 +188,6 @@ UpgradeLog*.htm # Microsoft Fakes FakesAssemblies/ + +# Python cache +__pycache__/