a540abf6c5
- 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
28 lines
288 B
Plaintext
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
|
|
*~ |