My project has Python dependencies which are synced using uv to a .env directory, and some of them have markdown files (e.g. a license.md).
I would like to tell the mint CLI to ignore the .venv directory, or any files/directory that are ignored by git based on my .gitignore.
My project has Python dependencies which are synced using uv
toa.envdirectory, and some of them have markdown files (e.g. alicense.md).I would like to tell the mint CLI to ignore the
.venvdirectory, or any files/directory that are ignored by git based on my.gitignore.