This is an automated email from the ASF dual-hosted git repository.
zchovan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git
The following commit(s) were added to refs/heads/master by this push:
new 59f88bf48 Add .env, venv, and .venv to gitignore.
59f88bf48 is described below
commit 59f88bf4847e68a12ebe83ed0ede9a5cdce8fcb2
Author: Zoltan Martonka <[email protected]>
AuthorDate: Wed Nov 26 12:33:50 2025 +0000
Add .env, venv, and .venv to gitignore.
When working with a Python virtual environment, it is much more practical
to keep it inside the Git repository directory (e.g. Copilot prefers this).
Change-Id: I5d70ef8b2e2e7f4c86d3b554b792acd6461de95f
Reviewed-on: http://gerrit.cloudera.org:8080/23718
Tested-by: Kudu Jenkins
Reviewed-by: Zoltan Chovan <[email protected]>
---
.gitignore | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore
index ff07a1aad..fcf256cc2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -58,6 +58,9 @@ www/tracing.*
python/kudu/*.so
python/kudu/*.cpp
*.py[ocd]
+.env
+.venv
+venv
# CLion default build directories
cmake-build-*