Skip to content

Commit

Permalink
adds virtual environment files to the top-level gitignore (#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesfrye authored Feb 28, 2024
1 parent f8e9c26 commit 0a41aeb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
**/__pycache__
.DS_Store

venv
.venv

0 comments on commit 0a41aeb

Please sign in to comment.