Skip to content

Commit

Permalink
Update .gitignore to ignore all dirs starting with venv
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjyco committed Nov 30, 2024
1 parent 3f70cda commit 5656646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*.py[cod]
*.log
env/
venv/
venv*/
dist/
build/
.eggs/
Expand Down

0 comments on commit 5656646

Please sign in to comment.