It's common for python projects to have non-python files, such as html templates, yaml schemas, api schema definitions etc.
gunicorn's approach to this seems to include the whole directory rather than specific file names https://github.com/benoitc/gunicorn/blob/master/gunicorn/reloader.py#L96
It's common for python projects to have non-python files, such as html templates, yaml schemas, api schema definitions etc.
gunicorn's approach to this seems to include the whole directory rather than specific file names https://github.com/benoitc/gunicorn/blob/master/gunicorn/reloader.py#L96