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

add virtualenv files to .gitignore #10

Open
wants to merge 1 commit into
base: v2
Choose a base branch
from
Open

Conversation

rvalyi
Copy link
Member

@rvalyi rvalyi commented Dec 23, 2024

when working with virtualenv (possibly for local dev), one might want to create a project specific virtualenv.
To mimic how it's done in the base Bedrock Acsone image, one might then create it in the odoo folder [1]:

python -m virtualenv odoo

When this is done, the virtualenv files would suddenly pollute the git repo/git status. This .gitignore change avoids that.

[1] https://github.com/acsone/odoo-bedrock/blob/master/Dockerfile-16.0#L35

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.

1 participant