mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
add .venv/ to gitignore
.venv/ is recommended via https://docs.python.org/3/library/venv.html
This commit is contained in:
parent
dc7e433768
commit
441cfebff1
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -75,6 +75,7 @@ target/
|
|||
|
||||
# virtualenv
|
||||
venv/
|
||||
.venv/
|
||||
ENV/
|
||||
|
||||
# Spyder project settings
|
||||
|
|
|
|||
Loading…
Reference in a new issue