(setq neo-autorefresh nil) (setq neo-persist-show nil) (setq neo-show-hidden-files nil) (setq neo-smart-open t) (setq neo-theme 'ascii) (setq neo-vc-integration '(char)) (setq neo-window-fixed-size nil)
Hide certain files, considering them "hidden". This will work together
with H
. Pressing H
to show hidden files will reveal these files
again, so that they are still accessible, if needed.
(setq neo-hidden-regexp-list '(;; defaults "^\\." "\\.pyc$" "~$" "^#.*#$" "\\.elc$" "\\.o$" ;; add yours: "__pycache__" "__pycache__/" "__init__.py"))