diff --git a/.gitignore b/.gitignore index 105385ca..b54eb8e4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,6 @@ .env -*.rpm \ No newline at end of file +*.rpm + +# Go binaries and test artifacts +main +*.test diff --git a/main b/main deleted file mode 100755 index 3c676139..00000000 Binary files a/main and /dev/null differ