Skip to content

Commit

Permalink
add pyvenv to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
uuupah committed Jul 4, 2024
1 parent fa2156b commit 7df252b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ ipython_config.py
# For a library or package, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# .python-version
bin/
lib/
lib64
share/
pyvenv.cfg

# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
Expand Down Expand Up @@ -150,4 +155,4 @@ cython_debug/

#Download Folder
Zotify\ Music/
Zotify\ Podcasts/
Zotify\ Podcasts/

0 comments on commit 7df252b

Please sign in to comment.