# .treerc for coverage: controls what files get searched.
[default]
ignore =
    .treerc
    build
    htmlcov
    html0
    .tox*
    .coverage* .metacov
    *.min.js style.css
    gold
    sample_html sample_html_beta
    *.so *.pyd
    *.gz *.zip
    _build _spell
    *.egg *.egg-info
    .*_cache
    tmp
