Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add .venv to .gitignore #2268

Merged
merged 6 commits into from
Mar 9, 2024
Merged

fix: add .venv to .gitignore #2268

merged 6 commits into from
Mar 9, 2024

Conversation

gacharya
Copy link

@gacharya gacharya commented Mar 8, 2024

Description

In CONTRIBUTING.md, we recommend that the developer uses a python virtual env.

create a Python virtual environment (required for development builds), e.g. as described [here](https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/)

However, .venv is not ignored in the .gitignore.

Related Issue(s)

Documentation

gautham acharya and others added 5 commits March 8, 2024 07:39
fix: clean up unnecessay mut and dead code warnings
allow for optimize without commits, surface commit API to python client for deferred committing
@github-actions github-actions bot added binding/python Issues for the Python package binding/rust Issues for the Rust crate labels Mar 8, 2024
@ion-elgreco
Copy link
Collaborator

@gacharya you can use the make commands from the python directory to setup your venv

@github-actions github-actions bot removed binding/python Issues for the Python package binding/rust Issues for the Rust crate labels Mar 9, 2024
@gacharya
Copy link
Author

gacharya commented Mar 9, 2024

@gacharya you can use the make commands from the python directory to setup your venv

Thank you for the info! Can this still be merged regardless? Others may have different, equivalent workflows, so hiding .venv is still useful.

@rtyler rtyler enabled auto-merge (rebase) March 9, 2024 00:30
@rtyler rtyler merged commit 1e19cf3 into delta-io:main Mar 9, 2024
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants