From b9f554d4bae43eb7649212ba55d414d4d048a02f Mon Sep 17 00:00:00 2001 From: Cyrille Nofficial Date: Sat, 22 Jan 2022 18:20:46 +0100 Subject: [PATCH] update gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 9f21b54..c4f4f97 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,5 @@ /venv/ +.eggs +*.egg-info +.idea +*/__pycache__/