Skip to content

Commit

Permalink
Merge pull request #210 from edmorley/gitignore-dot-venv
Browse files Browse the repository at this point in the history
Add `.venv/` to `.gitignore`
  • Loading branch information
pradyunsg authored Apr 14, 2024
2 parents 4c5f8fd + 69123ce commit d2d4c18
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
@@ -1,4 +1,5 @@
/.nox/
/.venv/
/venv/
__pycache__/
.web_cache/

0 comments on commit d2d4c18

Please sign in to comment.