Skip to content

[REPO] Remove .venv folder from repository #34

Open
ezehf2 opened this issue Apr 5, 2026 · 0 comments
Open

[REPO] Remove .venv folder from repository #34

ezehf2 opened this issue Apr 5, 2026 · 0 comments
Assignees

Comments

@ezehf2
Copy link
Owner

ezehf2 commented Apr 5, 2026

The .venv folder has been accidentally committed to the repository and needs to be removed immediately. It contains thousands of dependency files that should never be tracked by Git. Timi to run the following commands in the terminal: git rm -r --cached .venv then git commit -m "[REPO] Remove .venv from tracking" then git push. Also verify that .venv is listed in the .gitignore file so it can never be committed again. This must be done before any Sprint 3 work begins as it is inflating the repo size unnecessarily and looks unprofessional to assessors.

Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants