From 11bf182548d4589d934199b77f5e6e36e8b13fac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Borgna?= <121866228+aborgna-q@users.noreply.github.com> Date: Tue, 30 Jul 2024 16:43:58 +0100 Subject: [PATCH] chore: Cleanup gitignore (#1385) This is just a test PR to check if #1384 worked. --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cf10cc4d8..87209b460 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ lcov.info __pycache__/ *.py[cod] *$py.class +*.egg-info # Unit test / coverage reports htmlcov/ @@ -44,6 +45,5 @@ venv/ # ruff .ruff_cache - +# MacOS *.DS_Store -*.egg-info