mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-10 16:22:20 +03:00
Add venv and .venv to gitignore since common venv paths
This commit is contained in:
parent
38709d8396
commit
306f7890fe
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -11,6 +11,8 @@ __pycache__/
|
||||||
# Distribution / packaging
|
# Distribution / packaging
|
||||||
.Python
|
.Python
|
||||||
env/
|
env/
|
||||||
|
venv/
|
||||||
|
.venv/
|
||||||
build/
|
build/
|
||||||
develop-eggs/
|
develop-eggs/
|
||||||
dist/
|
dist/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user