this repo has no description

init repo

Changed files
+34
+26
.gitignore
··· 1 + *.o 2 + *.a 3 + *.pyc 4 + #*# 5 + *~ 6 + *.swp 7 + .* 8 + *.tmp 9 + *.old 10 + *.profile 11 + *.bkp 12 + *.bak 13 + [Tt]humbs.db 14 + *.DS_Store 15 + build/ 16 + _build/ 17 + src/build/ 18 + *.log 19 + *.db 20 + /data/ 21 + test-coverage.out 22 + 23 + # Don't ignore this file itself, or other specific dotfiles 24 + !.gitignore 25 + !.github/ 26 + !.golangci.yaml
+5
README.md
··· 1 + 2 + ATProto User Intents / AI-PREF Demo 3 + =================================== 4 + 5 + https://tangled.sh/@bnewbold.net/user-intents
+3
go.mod
··· 1 + module tangled.sh/bnewbold.net/user-intents 2 + 3 + go 1.24.4