From da342748ee3ce5a1019d7319f95d66c84d98212a Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 7 Feb 2026 10:19:32 -0500 Subject: [PATCH] chore: add .gitignore Signed-off-by: Rui Chen --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d25ad7f --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# build artifacts +/dist/ +/bin/ +/coverage/ + +# Go test binaries and coverage +*.test +*.out + +# logs +*.log + +# OS +.DS_Store