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