From a4bce375f3817bf2801ce575b32bd35691a8ca4e Mon Sep 17 00:00:00 2001 From: Daniel Muyshond Date: Tue, 6 Jun 2023 12:12:43 +0200 Subject: [PATCH] ignore *.egg-info and __pycache__ --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 600d2d3..5439364 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -.vscode \ No newline at end of file +.vscode +*.egg-info +__pycache__