From 948cf01fdaa76f1dc85ffe44af178ddc65d16a84 Mon Sep 17 00:00:00 2001 From: Jake Valenzuela <5650707+jakeva@users.noreply.github.com> Date: Wed, 25 Mar 2026 00:36:10 -0400 Subject: [PATCH] Ignore build output Signed-off-by: Jake Valenzuela <5650707+jakeva@users.noreply.github.com> --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b7ff13a..9fab4ad 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ -.DS_STORE \ No newline at end of file +.DS_STORE + +# Ignore build output +bin/ \ No newline at end of file