[system-health] Update .gitignore file (#5688)

Touch up .gitignore file to properly ignore all files generated when building a Python wheel package
This commit is contained in:
Joe LeVeque 2020-10-22 11:58:27 -07:00 committed by GitHub
parent c94f93f046
commit 73825e4d4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,13 @@
*/deb_dist/
*/dist/
*/build/
*/*.tar.gz
*/*.egg-info
*/.cache/
# Compiled Python files
*.pyc
*/__pycache__/
# Generated by packaging
*.egg-info/
.eggs/
build/
dist/
# Unit test coverage
.coverage
coverage.xml
htmlcov/