From cf6eb12223fd46cec909a1a6eede3304d72b28d3 Mon Sep 17 00:00:00 2001 From: atse Date: Thu, 8 Aug 2024 13:34:00 +0800 Subject: [PATCH] gitignore: Ignore thermostat.bin and __pycache__ --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index ff69d57..8584f93 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ target/ result +thermostat.bin + +__pycache__/