I found this question which explains what __pycache__
is and how to hide it on OSX and Windows.
I'm looking for an equivalent for Linux.
I already have it in my .gitignore
for when I push it, but I often use tree
to get an overview of my project directories, and it looks messy to see the __pycache__
directories everywhere.