Hide files in NERDTREE
Problem
.pyc files are cluttering my sidebar, making it difficult to focus on the main logic files of my application. After some research, I discovered a way to hide these files in NERDTREE:
let NERDTreeIgnore=['\.pyc$', '\~$']