# ── QuickShell ──────────────────────────────────────────────────────────────── # LSP state file, auto-generated at runtime, machine-specific **/.qmlls.ini # ── Editor ──────────────────────────────────────────────────────────────────── # VSCodium/VSCode .vscode/ .local_gitignore # ── Backup / temp files ─────────────────────────────────────────────────────── *.bak *.swp *.swo *~ # ── OS cruft ────────────────────────────────────────────────────────────────── .DS_Store Thumbs.db # ── Stow ────────────────────────────────────────────────────────────────────── .stow-local-ignore # ── Compiled / cache ────────────────────────────────────────────────────────── __pycache__/ *.pyc *.o *.so # ── Secrets / sensitive ─────────────────────────────────────────────────────── .env .secrets # ── Logs ────────────────────────────────────────────────────────────────────── *.log # ── Node (unlikely but cheap to include) ────────────────────────────────────── node_modules/ # ── Fish Local Key ────────────────────────────────────────────────────────────────────── local_keys.fish