# macOS
.DS_Store

# Release binaries
release/

# Node
node_modules/

# Editor
.vscode/
.idea/
*.swp
*.swo

# Jekyll local preview (GH Pages uses its own locked stack)
docs/_site/
docs/.jekyll-cache/
docs/Gemfile.lock

# Local operational scripts (contain machine-specific paths or secrets)
scripts/link-ga-gsc.ts
scripts/gsc-insights.ts
scripts/add_ga.sh
scripts/add_ga_to_all.py
scripts/get_refresh_token.py
scripts/weekly-digest.ts

# Large demo media: superseded by docs/assets/hero.svg (8KB animated SVG).
# Keep this stanza commented as a reminder — if you ever add screen recordings
# again, ship them via Git LFS or release attachments, not the main repo.
# docs/assets/*.mov
