qzyu999 opened a new pull request, #3626: URL: https://github.com/apache/iceberg-python/pull/3626
# Apache Iceberg Python ## Rationale `.venv/` is the default directory name created by `python -m venv .venv` and is the convention recommended by the Python docs and modern tooling like `uv`. Currently `.gitignore` only ignores `venv/` but not `.venv/`, so contributors using the dotted convention could accidentally stage their virtualenv. ## Changes Adds `.venv/` alongside the existing `venv/` entry in `.gitignore`. ## User-facing changes None. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
