James Hilliard
James Hilliard
> Could you check if it works for you? Yeah, seems to build now for 32 bit systems.
FYI I [fixed a bug](https://github.com/python-poetry/poetry-core/pull/611) that may be related to this. Try the latest poetry-core release and see if that fixes it.
> but rather one of the nested directories Is the nested directory itself being entirely ignored by the project it is nested within? The purpose of [#611](https://github.com/python-poetry/poetry-core/pull/611) is to disable...
> The problem is that it is _not_ ignored but rather included when it shouldn't be. Well it the project root is ignored, then poetry will disable the use of...
> Hatchling does not respect (the remaining) `.gitignore` patterns if the project root matched a single `.gitignore` entry. If the project root is ignored then the project is known to...