From 62b26003fb9bec3ba7b316fcc3e5d5a9d443062d Mon Sep 17 00:00:00 2001 From: lifehackerhansol Date: Sun, 19 May 2024 13:04:09 -0700 Subject: [PATCH] gitignore: add venv Because PEP668 sucks, building locally on certain distributions of Linux require a virtual environment. Don't let that be committed. --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3dfb946..80d700a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ - -builds/ \ No newline at end of file +venv/ +builds/