Add local venv to .gitignore
This commit is contained in:
parent
d9e96767d5
commit
feffd53dfd
1 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,3 +4,4 @@ __pycache__/
|
|||
migrations/
|
||||
*.pid
|
||||
.vscode/
|
||||
venv/
|
Loading…
Reference in a new issue