From 77d6c0e043b5d674e74c56d325cb3f16dc4ac749 Mon Sep 17 00:00:00 2001 From: brunomilitzer Date: Thu, 11 Nov 2021 14:45:29 +0000 Subject: Fixed Third Party Proxy File Fixed third_party_proxy file which needed to wrap the content inside print with brackets Updated gitignore to ignore python enviroment files Issue-ID: POLICY-3818 Change-Id: I608868b55b693375c69b17eb11aa47bfd9908747 Signed-off-by: brunomilitzer --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b54ca2afa..517a3f3af 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ ui-react/build *~ auto-save-list tramp +venv \ No newline at end of file -- cgit