From dc912ac7274f4f4e2058f587b16dbd9497dc0d27 Mon Sep 17 00:00:00 2001 From: Vecko <36369090+VeckoTheGecko@users.noreply.github.com> Date: Fri, 31 Jan 2025 11:56:05 +0100 Subject: [PATCH] Add .coverage to gitignore and cleanup --- .gitignore | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index c34fabf59..8f4c7fd1c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ build/* docs/_build/* docs/_downloads -gh-pages/* lib/ bin/ parcels_examples @@ -19,15 +18,13 @@ out-* .DS_store .vscode -.idea/* .env Profile.prof **/.ipynb_checkpoints/* .cache/* -.pytest_cache/* .eggs/* parcels.egg-info/* dist/parcels*.egg -parcels/examples/particle*.png parcels/_version_setup.py -/.pytest_cache/ +.pytest_cache +.coverage