diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2f0527e --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# Binaries and test artifacts +*.exe +*.test +*.out +bin/ +dist/ + +# Go workspace +go.work +go.work.sum + +# IDE / OS +.idea/ +.vscode/ +.DS_Store