/target
CLAUDE.md
.worktrees/
media.md

# AUR packages (each is its own git repo for aur.archlinux.org)
# Track PKGBUILD and .SRCINFO, ignore build artifacts and sub-repo .git
aur/*/.git/
aur/*/pkg/
aur/*/src/
aur/*/*.tar.zst
aur/*/*.tar.gz
aur/*/*.tar.xz
aur/*/*.pkg.tar.*

# Local AUR test build logs
build-logs/
test-build-output*.md
test-build-output*.log

# v2: local AUR checkouts of dropped packages. The AUR remotes still exist
# on aur.archlinux.org until manually orphaned via the AUR web UI; the
# embedded .git dirs here are pointers to those remotes. Ignored so the
# main repo doesn't try to track them as embedded submodules.
/aur/owlry-core/
/aur/owlry-lua/
/aur/owlry-rune/
