httpx/.gitignore
2019-08-13 08:39:35 -05:00

10 lines
89 B
Plaintext

*.pyc
.coverage
.pytest_cache/
.mypy_cache/
__pycache__/
htmlcov/
*.egg-info/
venv/
.nox