Skip to content

Commit

Permalink
add venv to gitignore
Browse files Browse the repository at this point in the history
venv is used to store python virtual ennvironment

Signed-off-by: Falk Werner <falk.werner@gmx.net>
  • Loading branch information
falk-werner committed Oct 11, 2024
1 parent fccc618 commit 0b05b04
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 @@ -7,3 +7,4 @@
/.venv
/dist
/note.py_gui.egg-info
/venv

0 comments on commit 0b05b04

Please sign in to comment.