This is an automated email from the ASF dual-hosted git repository.

dimas pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new 090e80255 added venv to the gitignore (#3199)
090e80255 is described below

commit 090e80255fe3132182f4edea4de0412b4083882d
Author: cccs-cat001 <[email protected]>
AuthorDate: Wed Dec 3 14:48:00 2025 -0400

    added venv to the gitignore (#3199)
---
 .gitignore | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index aa43219f3..7d6bc5ab5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -106,10 +106,11 @@ hs_err_pid*
 
 # Python Virtual Env
 .venv
+venv
 
 # Development Experience
 
 # You can create 
runtime/defaults/src/main/resources/application-local.properties file
 # to override default properties for local development.
 # And then use `./gradlew run -Dquarkus.profile=local` to run Polaris with dev 
profile.
-application-local.properties
\ No newline at end of file
+application-local.properties

Reply via email to