tree-rank is a Python CLI tool that prints a clean, pretty directory tree while ignoring unnecessary clutter from Python, JavaScript, and other common tech stacks.
pip install tree-rank
tree-ranktree-rank/
├── tree_rank/
│ ├── __init__.py
│ └── core.py ← main logic
├── pyproject.toml ← modern build config
├── README.md ← optional
└── LICENSE ← MIT recommended