From 725ea5cd7e80381ae5c1becf57914e96e87f2c18 Mon Sep 17 00:00:00 2001 From: Snider Date: Fri, 20 Feb 2026 09:15:27 +0000 Subject: [PATCH] chore: add gitignore entries for IDE/build artifacts Co-Authored-By: Virgil --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5249c9f --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# Test coverage +cover.out