---
description: Display repository structure
globs: *
---
When the user asks about the project layout, structure, or organization, run the command `tree -L 7 -I "*.pyc|__pycache__|.git|.pytest_cache|.ruff_cache|.mypy_cache|.coverage|htmlcov|.venv|.env|*.egg-info|build|dist|node_modules|.DS_Store|images"` to help understand and visualize the repository structure.