diff --git a/.gitignore b/.gitignore index b59d26bf8..9e298d049 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,17 @@ /diagnose.result /cache + # Ignore Python cache files __pycache__/ *.py[cod] -dots/.config/quickshell/ii/.qmlls.ini -.update-lock + +/dots/.config/quickshell/ii/.qmlls.ini + +# exp-update +/.update-lock + +# custom os-release /os-release -#emacs backup + +# Emacs auto backup file *~