Add .venv to .gitignore
Signed-off-by: Alec Delaney <89490472+tekktrik@users.noreply.github.com>
This commit is contained in:
parent
abe19da604
commit
3e0b49490f
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -37,6 +37,7 @@ _build
|
||||||
|
|
||||||
# Virtual environment-specific files
|
# Virtual environment-specific files
|
||||||
.env
|
.env
|
||||||
|
.venv
|
||||||
|
|
||||||
# MacOS-specific files
|
# MacOS-specific files
|
||||||
*.DS_Store
|
*.DS_Store
|
||||||
|
|
Loading…
Reference in a new issue