From b13e37550994a1d8049e154a95f4aa1f9bdcde2c Mon Sep 17 00:00:00 2001 From: Markus Graf Date: Wed, 25 Mar 2026 13:18:37 +0100 Subject: [PATCH] chore: add .gitignore to exclude built netsynth binary --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e4208d8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# Built binary +netsynth + +# Go build artifacts +*.test +*.out