# Non-deployed files
/README.md

# Compiled files, special OS files
**/*.zwc
**/*.pyc
**/.DS_Store

# Ignore Library/ for non-macOS
{{ if ne .chezmoi.os "darwin" -}} /Library/ {{- end }}

# Ignore .CFUserTextEncoding for non-macOS
{{ if ne .chezmoi.os "darwin" -}} /.CFUserTextEncoding {{- end }}

# Ignore run_macos_* for non-macOS
{{ if ne .chezmoi.os "darwin" -}} /*macos_*.sh {{- end }}

# Ignore run_gnome_* for non-GNOME
{{ if not (lookPath "dconf") -}} /*gnome_*.sh {{- end }}