From c666ee48b2fc33e691b9f4c8dae6bf0d9cb09f79 Mon Sep 17 00:00:00 2001 From: Jukka Aho Date: Sat, 9 May 2026 15:57:53 +0300 Subject: [PATCH] chore(gitignore): Ignore coverage/ directory Coverage tooling writes artifacts under coverage/; ignoring the folder keeps those outputs out of git status alongside existing *.cov ignores. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1bf52c8..4d56a30 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ docs/src/packages *.jld *.mem *.cov +coverage/ test/*.h5 test/*.xmf .env