Skip to content

Commit

Permalink
Merge pull request #4087 from greyli/gitignore
Browse files Browse the repository at this point in the history
Add venv and .venv to .gitignore
  • Loading branch information
davidism committed May 21, 2021
2 parents 255461d + 36872e7 commit 6b1c4e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
*.pyc
*.pyo
env/
venv/
.venv/
env*
dist/
build/
Expand Down

0 comments on commit 6b1c4e9

Please sign in to comment.