Skip to content

Commit

Permalink
gitignore: add venv/ to gitignore
Browse files Browse the repository at this point in the history
Useful to run with venvs
  • Loading branch information
hermankolden authored and bkueng committed Jan 22, 2024
1 parent 799d3d1 commit 2a08faa
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
Expand Up @@ -5,4 +5,5 @@ dist/
*.egg-info
.eggs/
*.sqlite3
venv/

0 comments on commit 2a08faa

Please sign in to comment.