From 4af226ed6a8ac6f686564a234af30b989956dea7 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sun, 10 Nov 2024 16:33:06 +0100 Subject: [PATCH] .gitignore: Add Python environment fallout --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 0501f62..1333d62 100644 --- a/.gitignore +++ b/.gitignore @@ -66,3 +66,6 @@ go_* ### header files that fall out of the build libstb-hal-config.h + +### Python environment fallout +venv