Skip to content

Fix .gitignore entry to correctly ignore virtual environment folder#7

Open
dennissammy77 wants to merge 3 commits intolearn-co-curriculum:mainfrom
dennissammy77:main
Open

Fix .gitignore entry to correctly ignore virtual environment folder#7
dennissammy77 wants to merge 3 commits intolearn-co-curriculum:mainfrom
dennissammy77:main

Conversation

@dennissammy77
Copy link

The .gitignore file had a misconfigured path: .venv, which did not correctly prevent the venv directory from being tracked. This update changes it to /venv, ensuring the virtual environment folder is properly ignored by Git.
Impact:
This change prevents unnecessary virtual environment files from being committed to the repository.

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