chore: add .gitignore

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen 2026-02-07 10:19:32 -05:00
parent 3f54bc6550
commit da342748ee
No known key found for this signature in database
GPG Key ID: 6577287BDCA70840

14
.gitignore vendored Normal file
View File

@ -0,0 +1,14 @@
# build artifacts
/dist/
/bin/
/coverage/
# Go test binaries and coverage
*.test
*.out
# logs
*.log
# OS
.DS_Store