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

refactor: add non-necessary files in .gitignore for python #8341

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

Conversation

OutdatedGuy
Copy link

Description

Creating a functions codebase with python using firebase init functions sets up a python virtual environment named venv, but this folder is much like node_modules and shouldn't be committed. Similarly, the bytecodes in __pycache__ directory are not the type of files to be committed.

Hence, added these directories in .gitignore template.

Trivial changes, hence not linking to any issue.

Scenarios Tested

Sample Commands

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