aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore6
-rwxr-xr-xmainbin15524102 -> 0 bytes
2 files changed, 5 insertions, 1 deletions
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
--- a/main
+++ /dev/null
Binary files differ