[run]
source = .
omit =
    tests/*
    venv/*
    setup_wizard.py
    gui.py
    chatbot.py

[report]
exclude_lines =
    pragma: no cover
    def __repr__
    if __name__ == .__main__.:
    raise AssertionError
    raise NotImplementedError
    if 0:
    if False:
