Files
hobokenchicken a540abf6c5 Add new tech article: brewing up the stack (LLM proxies, Caddy migration, Grok-bot)
- New post: brewing up the stack covering GopherGate LLM proxy, Grok-bot, Dissertation Path updates, pi.dev migration, Caddy reverse-proxy switch, and Gemma4 experiments
- Add author tone & voice profile for consistent writing reference
- Add .gitignore for Pi-lens cache and build artifacts
2026-04-09 15:17:04 -04:00

28 lines
288 B
Plaintext

# Pi-lens cache and state
.pi-lens/
# Jekyll build output
_site/
.sass-cache/
.jekyll-cache/
.jekyll-metadata
# Environment files
.env
.env.local
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Editor files
.vscode/
.idea/
*.swp
*.swo
*~