road-master/showroom-podcast

View on GitHub
.dockerignore

Summary

Maintainability
Test Coverage
**/__pycache__
*.pyc
*.pyo
*.pyd
.Python
**/env
pip-log.txt
pip-delete-this-directory.txt
.tox
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
*.log
**/.git
**/.mypy_cache
**/.pytest_cache
.hypothesis
# secret
config.yml
# large size
output
# too many files
.eggs
.pytest_cache
htmlcov
*.egg-info
tests