From 535a690c7d44f4bdd3533ef91db91f19328a7873 Mon Sep 17 00:00:00 2001 From: Kyle VanderBeek Date: Wed, 27 May 2026 12:43:52 -0700 Subject: [PATCH] Ignore commonly used .venv python directory. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c374595..2bdd55d 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ circuitpython .mypy_cache/ circup* .env/ +.venv/ /bindings* /stubs /boards