Add gitignore (exclude Firefly token, .DS_Store)

This commit is contained in:
Dane Sabo 2026-05-15 16:16:38 -04:00
commit 63894b97fd

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
# Secrets — never commit the Firefly token
.firefly.json
# macOS cruft
.DS_Store