Add .venv to .gitignore
Change-Id: I046ec38145fdc540f2a0cfa63ad640017f92f97c
This commit is contained in:
parent
f47198fca6
commit
6acf124278
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,4 +1,5 @@
|
|||||||
*.py[cod]
|
*.py[cod]
|
||||||
|
.venv
|
||||||
|
|
||||||
# C extensions
|
# C extensions
|
||||||
*.so
|
*.so
|
||||||
@ -48,4 +49,4 @@ ChangeLog
|
|||||||
|
|
||||||
# Editors
|
# Editors
|
||||||
*~
|
*~
|
||||||
.*.swp
|
.*.swp
|
||||||
|
Loading…
Reference in New Issue
Block a user