From e43fbf78ee740c3fbea7eb996e48f30f90028ab5 Mon Sep 17 00:00:00 2001 From: Torrie Fischer Date: Sat, 18 Feb 2023 17:15:38 +0100 Subject: [PATCH] gitignore: add pipfile.lock --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 30a5810..8686da4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ bin/* *.bin .pio *.swp +Pipfile.lock