From f74c8295b8d2c6897c6e71c85219e883a6328c69 Mon Sep 17 00:00:00 2001 From: stilobique Date: Tue, 8 Feb 2022 10:35:44 +0100 Subject: [PATCH] Ignore all emplacement about the venv generated --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6891257..9da9f05 100644 --- a/.gitignore +++ b/.gitignore @@ -26,5 +26,5 @@ tests/unreal_sample/Saved **/token.txt # Virtual Environment -tests/venv +**/venv/** venv/ \ No newline at end of file