From 333c548bb092bd6c88d251dc9bd78798438f6ed9 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sun, 9 Oct 2022 10:45:23 -0300 Subject: [PATCH] Add __pycache__ directories to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 935da3b9a..2b56271b8 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,4 @@ pip-wheel-metadata/ # pytest debug logs generated via --debug pytestdebug.log +__pycache__/