hf_repo_exporter.py currently always fetches all repo types (models, datasets, spaces). We should Add an optional --repo-type flag to filter to just one type, defaulting to all to preserve current behavior.
Follow-up from PR #61, the argument was added there without actual filtering logic, so it was removed to keep that PR scoped, and this issue tracks implementing it properly.
hf_repo_exporter.pycurrently always fetches all repo types (models, datasets, spaces). We should Add an optional --repo-type flag to filter to just one type, defaulting to all to preserve current behavior.Follow-up from PR #61, the argument was added there without actual filtering logic, so it was removed to keep that PR scoped, and this issue tracks implementing it properly.