From 5ca5799be300aec74ff6e796e914cc8737bf0bbb Mon Sep 17 00:00:00 2001 From: Daniel Muyshond Date: Tue, 6 Jun 2023 12:08:58 +0200 Subject: [PATCH] ignore *.egg-info and __pycache__ --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 26f5ad3..7c21ddc 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ /build /passerelle_liege_imio_lisrue.egg-info django.mo +*.egg-info +__pycache__