mirror of
https://github.com/graphql-python/graphene.git
synced 2025-09-21 11:22:33 +03:00
Ignore more venv names and mypy and pytest caches
This commit is contained in:
parent
6a0afb08a1
commit
ff83b72b68
13
.gitignore
vendored
13
.gitignore
vendored
|
@ -10,7 +10,6 @@ __pycache__/
|
|||
|
||||
# Distribution / packaging
|
||||
.Python
|
||||
env/
|
||||
build/
|
||||
develop-eggs/
|
||||
dist/
|
||||
|
@ -45,7 +44,8 @@ htmlcov/
|
|||
.pytest_cache
|
||||
nosetests.xml
|
||||
coverage.xml
|
||||
*,cover
|
||||
*.cover
|
||||
.pytest_cache/
|
||||
|
||||
# Translations
|
||||
*.mo
|
||||
|
@ -60,6 +60,14 @@ docs/_build/
|
|||
# PyBuilder
|
||||
target/
|
||||
|
||||
# VirtualEnv
|
||||
.env
|
||||
.venv
|
||||
env/
|
||||
venv/
|
||||
|
||||
# Typing
|
||||
.mypy_cache/
|
||||
|
||||
/tests/django.sqlite
|
||||
|
||||
|
@ -82,4 +90,3 @@ target/
|
|||
*.sqlite3
|
||||
.vscode
|
||||
.mypy_cache
|
||||
/.venv
|
||||
|
|
Loading…
Reference in New Issue
Block a user