Add .venv/ to .gitignore
parent
5525157e16
commit
b8882ae99f
|
|
@ -1 +1,5 @@
|
||||||
|
# macOS
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
# Python virtual environments
|
||||||
|
.venv/
|
||||||
Loading…
Reference in New Issue