wglodek/dns-over-https

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
# general things to ignore
build/
dist/
*.egg-info/
*.egg
*.py[cod]
__pycache__/
*.so
*~

# due to using tox and pytest
.cache