From b61e84e9b9bf4856d314c5e7dc1b53629c194894 Mon Sep 17 00:00:00 2001 From: Eric Weber Date: Wed, 21 Aug 2024 11:16:37 -0500 Subject: [PATCH] chore: gitignore local Python files Signed-off-by: Eric Weber --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0d4b48b5c6..66b1b4a85f 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,10 @@ validationTestsJunit.xml # ignores all goland project folders and files .idea/ *.iml -*.ipr \ No newline at end of file +*.ipr + +# files generated by running Python commands from e2e/README.md locally +e2e/bin +e2e/lib +e2e/lib64 +pyvenv.cfg