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