From 3a06f7d84c15baf150b1da776170fc9dd5684e55 Mon Sep 17 00:00:00 2001 From: Luis Andrade Date: Mon, 12 Feb 2024 11:17:09 -0500 Subject: [PATCH] ignore examples venv --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f0c0a12..f07cd87 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ build htmlcov /.venv/ +/examples/.venv/ .mypy_cache/ __pycache__/