This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Description
After running any of the cli tests, a few directories are created for data.
There is nothing wrong with that but they should be ignored in the Git repository and not marked as untracked files. If we don't do that, someone WILL commit them by mistake one day.
We should use /tmp instead like in substrate (using tempfile).
Related to: paritytech/substrate#4888