diff --git a/.gitignore b/.gitignore index c943543..062a4ec 100644 --- a/.gitignore +++ b/.gitignore @@ -2,16 +2,47 @@ # Ignore these files globally in this repo. # -### old files ### +### Old files ### old/ -### log files ### +### Log files ### *.log -### oh-my-zsh ### -zsh/oh-my-zsh/custom/* -*.zsh.zwc -*.zsh.zwc.old +### Zsh ### +# Zsh compiled script + zrecompile backup +*.zwc +*.zwc.old + +# Zsh completion-optimization dumpfile +*zcompdump* + +# Zsh history +.zsh_history + +# Zsh sessions +.zsh_sessions + +# Zsh zcalc history +.zcalc_history + +# A popular plugin manager's files +._zinit +.zinit_lstupd + +# zdharma/zshelldoc tool's files +zsdoc/data + +# robbyrussell/oh-my-zsh/plugins/per-directory-history plugin's files +# (when set-up to store the history in the local directory) +.directory_history + +# MichaelAquilina/zsh-autoswitch-virtualenv plugin's files +# (for Zsh plugins using Python) +.venv + +# Zunit tests' output +/tests/_output/* +!/tests/_output/.gitkeep ### Emacs ### # -*- mode: gitignore; -*- @@ -95,10 +126,15 @@ tags [._]*.un~ ### Fonts ### -# fonts/*/*.uuid *.uuid ### astroid ### conf.d/astroid/searches +### Python ### +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + # End of https://www.gitignore.io/api