homeworkprod/weitersager

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
# Python 3 bytecode
__pycache__

# virtual environment
.venv/

# testing
.coverage
.pytest_cache

# packaging/distribution
build/
dist/
*.egg-info/