commit 63894b97fd707a86af4c94be47c6f0092bc08cb2 Author: Dane Sabo Date: Fri May 15 16:16:38 2026 -0400 Add gitignore (exclude Firefly token, .DS_Store) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7c9b0d9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# Secrets — never commit the Firefly token +.firefly.json + +# macOS cruft +.DS_Store