diff --git a/.gitignore b/.gitignore index 105385c..b54eb8e 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 3c67613..0000000 Binary files a/main and /dev/null differ