httpx/.gitignore
2019-04-04 13:27:55 +01:00

9 lines
84 B
Plaintext

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