36 lines
No EOL
2 KiB
Text
36 lines
No EOL
2 KiB
Text
# ── QuickShell ────────────────────────────────────────────────────────────────
|
|
# LSP state file, auto-generated at runtime, machine-specific
|
|
**/.qmlls.ini
|
|
|
|
# ── Editor ────────────────────────────────────────────────────────────────────
|
|
# VSCodium/VSCode
|
|
.vscode/
|
|
|
|
# ── 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/ |