From f86a03a0730d826cb35aaca843218aa1b62bbf0c Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Fri, 8 Dec 2023 18:12:37 -0500 Subject: [PATCH] added to gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index adf8f72..f9c1e2b 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,9 @@ # Go workspace file go.work +# Test Files +*.txt +*.csv + +# Build Files +bin \ No newline at end of file