From b1e7506f890bc05a77da8ddaf7f068ddd4803046 Mon Sep 17 00:00:00 2001 From: Nathan Weinberg Date: Mon, 3 Feb 2025 14:29:27 -0500 Subject: [PATCH] github: ignore non-hidden python virtual environments the llama-stack repo is already ignoring hidden python .venv/ directories but not venv/ Signed-off-by: Nathan Weinberg --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 421ff4db1..f54d1563d 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ Package.resolved _build docs/src pyrightconfig.json +venv/