mirror of https://github.com/scrapy/scrapy.git
Add .venv folder to .gitignore (#6901)
This commit is contained in:
parent
91b186cf18
commit
d1575220ef
|
|
@ -7,6 +7,7 @@ docs/build
|
|||
*egg-info
|
||||
.tox
|
||||
venv
|
||||
.venv
|
||||
build
|
||||
dist
|
||||
.idea
|
||||
|
|
|
|||
Loading…
Reference in New Issue