An easy-to-host PDS on the ATProtocol, MacOS. Grandma-approved.

chore: add a gitignore

+17
+17
.gitignore
··· 1 + # Rust build artifacts 2 + /target/ 3 + 4 + # IDE and editor files 5 + .idea/ 6 + .vscode/ 7 + *.swp 8 + *.swo 9 + *~ 10 + 11 + # macOS 12 + .DS_Store 13 + 14 + # Environment files 15 + .env 16 + .env.local 17 + .env.*.local