From f049dc942b9d3e555c7db6fdb533849a444b91de Mon Sep 17 00:00:00 2001 From: Justin Harms Date: Sun, 31 May 2026 17:44:41 -0500 Subject: [PATCH] Reclassified yaml to run artifacts and added additional run artifacts --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7f73bac..56bf880 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,9 @@ # Build artifacts /bin/ -# Yaml configs +# Run Artifacts /*.yaml +/data/ # Coverage outputs /*.out \ No newline at end of file