Control which files are considered for retrieval
ext
specifies a file extensiondir
specifies a directory. This is not a full path. For instance, if you specify dir:tests
in an exclusion directory, then /path/to/my/tests/file.py
will be ignored.file
specifies a file name. This is also not a full path. For instance, if you specify file:__init__.py
, then /path/to/my/__init__.py
will be ignored.