From dd2d4c8708476056a137a31c1e6a4a46092e7fda Mon Sep 17 00:00:00 2001 From: Simon de Vlieger Date: Thu, 30 Jun 2022 00:37:24 +0200 Subject: [PATCH] git: ignore common virtual env locations --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a5041767..3e4f64b9 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,6 @@ cov-int/ /docs/osbuild.1 /docs/osbuild-manifest.5 + +venv +.venv \ No newline at end of file