# Quickshell LSP (system-specific, auto-generated)
**/.qmlls.ini

# Editor cruft
.vscode/settings.json      # if you don't want to track editor settings
**/.DS_Store               # if you ever touch a Mac

# Compiled / cache
__pycache__/
*.pyc
*.o
*.so

# Shell history / sensitive files
.env
.secrets
*_history
.bash_history
.zsh_history

# Logs
*.log

# Package manager leftovers
node_modules/