# .coveragerc to control coverage.py
[run]
omit =
    # omit anything in a .local directory anywhere
    */site-packages/*

