From 137a44d0fe55af13ce1d91277b09a2a05c0eeb16 Mon Sep 17 00:00:00 2001 From: "Max P." Date: Wed, 23 Apr 2025 17:24:37 +0200 Subject: [PATCH] Update .gitignore to include pydepp.egg-info directory --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2591171..d21be6e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ __pycache__/ .pybuild/ -build/ \ No newline at end of file +build/ +pydepp.egg-info/ \ No newline at end of file