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