Skip to content

Instantly share code, notes, and snippets.

@konverner
Created April 20, 2026 10:16
Show Gist options
  • Select an option

  • Save konverner/c7996787213895b975ddc24f3abd09b1 to your computer and use it in GitHub Desktop.

Select an option

Save konverner/c7996787213895b975ddc24f3abd09b1 to your computer and use it in GitHub Desktop.
display python project tree without utility files like cache
tree -L 3 -I "__pycache__|*.pyc|*.egg-info|.venv|.git"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment