httpx/.gitignore
2025-09-16 18:59:11 +01:00

9 lines
76 B
Plaintext

*.pyc
.coverage
.mypy_cache/
.pytest_cache/
__pycache__/
dist/
venv/
build/