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

venv in gitignore check unnecessary with virtualenv #33

Open
adamchainz opened this issue Aug 10, 2023 · 0 comments
Open

venv in gitignore check unnecessary with virtualenv #33

adamchainz opened this issue Aug 10, 2023 · 0 comments

Comments

@adamchainz
Copy link

virtualenv drops an "ignore all" .gitignore file into any virtualenvs it creates:

$ cat .venv/.gitignore
# created by virtualenv automatically
*

This feature will probably be upstreamed in Python too: python/cpython#83417 . At that point, the fastdev check won't be required.

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

No branches or pull requests

1 participant