# direnv
.direnv/
# sops-encrypted project secrets; keep out of git (encrypted via .sops.yaml)
.secrets.env

# nix
result
result-*

# Packaging build output. Keep the release artifacts (AppImage/.deb) tracked
# so they are downloadable from the remote, but ignore intermediates.
dist/*
!dist/*.AppImage
!dist/*.deb
