From 71f066f7759444474553fe9afdfcb7021c9c3add Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asger=20Geel=20Weirs=C3=B8e?= Date: Sat, 5 Sep 2020 11:23:35 +0200 Subject: [PATCH] Updates ignore to ignore eggs generated by pip --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1549a98..4dbf5cc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ **__pycache__/ .idea -**.egg_info +**.egg-info/