From b0701ef034f8250d64197f9c587e00d8523770dd Mon Sep 17 00:00:00 2001 From: Mohammad Mahdi Date: Mon, 29 Sep 2025 14:24:28 +0330 Subject: [PATCH] Update .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 63487b9..e601138 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ .env -*.csv \ No newline at end of file +*.csv + +# binary file +MQTTLogger \ No newline at end of file