Poetry

  • If a VCS is being used for a package, the exclude field will be seeded with the VCS’ ignore settings (.gitignore for git for example).

  • Explicitly declaring entries in include will negate VCS’ ignore settings.

    https://python-poetry.org/docs/pyproject/