From aa67b499e23be1716eefcbd01e5940c58be1144a Mon Sep 17 00:00:00 2001 From: Adam Shapiro Date: Mon, 9 Dec 2024 09:06:45 -0500 Subject: [PATCH] Added *.p1fw to .gitignore. --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 4590258..711c539 100644 --- a/.gitignore +++ b/.gitignore @@ -128,5 +128,11 @@ venv.bak/ .dmypy.json dmypy.json +# PyCharm settings +.idea/ + # Pyre type checker .pyre/ + +# Point One firmware files +*.p1fw