Open
Description
Someone who just cloned the repo and follow some guide might run:
uv venv --python 3.12
uv sync --all-extras
uv run fill --collect-only
However, the last command fails with pluggyTeardownRaisedWarning: FileNotFoundError: The directory fixtures does not exist.
if the folder fixtures does not already exist in the root of the repo. Since it by default doesn't exist, a fix would be to create the folder, if it doesn't exist, when fill() from fill.py is run.