Skip to content

Commit

Permalink
Add common venv dirs to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
goodmami committed Nov 14, 2023
1 parent aa32175 commit 6beaeb2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,7 @@ target/

#Ipython Notebook
.ipynb_checkpoints

# Virtual environments
.env/
.venv/

0 comments on commit 6beaeb2

Please sign in to comment.