File size: 174 Bytes
065fee7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
*.egg-info
*.dist-info
*.pyc
build
dist
__pycache__
.coverage
.pytest_cache/
.mypy_cache/
.ruff_cache/
.eggs/
.tox
.idea
.cache
.local
venv*/
/src/exceptiongroup/_version.py
|