I am facing an issue: a Github
's message saying the files are too big. What should I do?
Context: I am using python
and venv
in Windows. When I want to upload the project the files that are part of the venv (libraries, etc) become part of the uploading process (I never see this before. I used to use Linux), therefore the total files that should be in Github are a lot (and heavy).
I am considering to put all these folders (related to venv) into a .gitignore folder so I can avoid this issue, but I wonder what would be the impact of the project if I decide to run it locally.
Do any face a similar issue before? how can I deal with this?