From 6b159affda3a28b929e64a61a05f5ac28bda2492 Mon Sep 17 00:00:00 2001 From: troogs Date: Wed, 12 Aug 2026 17:26:57 +0200 Subject: [PATCH] chore: add .gitignore for binary and local env files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..91ae1f2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.env +*.exe