From 25420d57b3a27c9ea79584a2c7aca4a692cba2f4 Mon Sep 17 00:00:00 2001 From: Mikkeli Matlock Date: Mon, 16 Feb 2026 22:37:38 +0900 Subject: [PATCH] gitignore --- .gitignore | 3 +++ pi/.gitignore | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9f3fae2..d2e8bcb 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,6 @@ managed_components/ sdkconfig sdkconfig.old dependencies.lock + +# vscode local settings +.vscode/ \ No newline at end of file diff --git a/pi/.gitignore b/pi/.gitignore index 27ffb99..52ae013 100644 --- a/pi/.gitignore +++ b/pi/.gitignore @@ -2,4 +2,4 @@ */__pycache__ __pycache__/ *.pyo -*.pyc +*.pyc \ No newline at end of file