Skip to content

Commit

Permalink
🔍 chore(.gitignore): add .venv to ignore list
Browse files Browse the repository at this point in the history
This commit adds .venv to the ignore list to prevent it from being tracked by git. This is important because virtual environments should not be committed to the repository as they can be easily recreated by running the requirements.txt file.
  • Loading branch information
ThomasSanson committed Jun 10, 2023
1 parent 14ede58 commit 4f88eaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,4 @@ obj/

run_local_linter.sh

.venv

0 comments on commit 4f88eaa

Please sign in to comment.