From c24baf3610351c89f060951e501fe69e49edd456 Mon Sep 17 00:00:00 2001 From: David Galiffi Date: Wed, 24 Apr 2024 17:43:08 -0400 Subject: [PATCH] Add ".venv" to gitignore file Signed-off-by: David Galiffi --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index aecccd7a1a..4d6df9d13e 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ __pycache__ /build* /.vscode /.cache +/.venv /workloads .coverage saved_analysis @@ -17,4 +18,4 @@ pmc_kernel_top.csv VERSION.sha # temp files -/tests/Testing \ No newline at end of file +/tests/Testing