Skip to content

Commit

Permalink
gitignore: add venv
Browse files Browse the repository at this point in the history
Because PEP668 sucks, building locally on certain distributions of
Linux require a virtual environment. Don't let that be committed.
  • Loading branch information
lifehackerhansol committed May 19, 2024
1 parent d807d6e commit 62b2600
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

builds/
venv/
builds/

0 comments on commit 62b2600

Please sign in to comment.