diff --git a/.gitignore b/.gitignore index 7ce5385..143a33c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,19 @@ +# Binaries +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# Test binary +*.test + +# Coverage output +*.out + +# Go workspace +go.work + # IDE configs .vscode .idea