This is an automated email from the ASF dual-hosted git repository.
baunsgaard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git
The following commit(s) were added to refs/heads/main by this push:
new 8bae559bcb [MINOR] gitignore venv directories from python venv
8bae559bcb is described below
commit 8bae559bcb4f52408efeeaec29be295aa5207ccb
Author: Sebastian Baunsgaard <[email protected]>
AuthorDate: Thu Apr 4 18:28:49 2024 +0200
[MINOR] gitignore venv directories from python venv
---
.gitignore | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore
index 1a83a3a80e..6357b16e20 100644
--- a/.gitignore
+++ b/.gitignore
@@ -144,3 +144,6 @@ scripts/perftest/fed/temp
src/test/scripts/functions/iogen/*.raw
src/test/scripts/functions/pipelines/intermediates/regression/*
src/test/scripts/functions/pipelines/intermediates/classification/*
+
+venv
+venv/*