snazy commented on code in PR #246: URL: https://github.com/apache/polaris/pull/246#discussion_r1747507654
########## .gitignore: ########## @@ -21,6 +21,11 @@ regtests/derby.log regtests/metastore_db regtests/output/ +# Python stuff +poetry.lock +polaris-venv/ +pyproject.toml Review Comment: They would be. It's just that those files are already managed by Git. Maybe you meant ``` /poetry.lock /pyproject.toml ``` ? -- 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]
