From 9ea22d95ea69b4f684371db89e8edc3e6f28af18 Mon Sep 17 00:00:00 2001 From: theonepath Date: Wed, 4 May 2022 00:14:53 +0100 Subject: [PATCH] Updated .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 1081152..50acae7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ .tox +.*_cache +**py.typed** **__pycache__** **.log** **.egg-info** \ No newline at end of file