x
# old files
**/*.old
# log files
**/logs/
**/*.log
# ranger history
**/ranger/history
# spl files
**/*.spl
# neovim plugins
**/plugged-remote/
**/node_modules/
**/package-lock.json
*.netrwhist
# mpv control file
mpv/.config/mpv/control
# antigen
!zsh-work/.antigen/
zsh-work/.antigen/*
!zsh-work/.antigen/antigen.zsh
# generated shortcuts
zsh/.zsh_shortcuts
ranger/.config/ranger/shortcuts.conf
qutebrowser/.config/qutebrowser/shortcuts.py
# python files
**/__pycache__
**/__init__.py
**/*.pyc