From 776aee18fcf7e24b76ad9850defb806c93989128 Mon Sep 17 00:00:00 2001 From: Mikkeli Matlock Date: Mon, 16 Feb 2026 23:35:09 +0900 Subject: [PATCH] pi gitignore --- pi/.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pi/.gitignore b/pi/.gitignore index 1f65237..469bbce 100644 --- a/pi/.gitignore +++ b/pi/.gitignore @@ -5,5 +5,5 @@ __pycache__/ *.pyc # configs -./configs/ -!configs/alarms.sample.json \ No newline at end of file +config/ +!config/alarms.sample.json \ No newline at end of file