Create scripts for converting Hugo blog posts to gopher-friendly plain text format. Includes ASCII art assets for headers/footers and markdown-to-gopher conversion with proper line wrapping.
35 lines
306 B
Plaintext
35 lines
306 B
Plaintext
# Build output
|
|
public/
|
|
resources/_gen/
|
|
|
|
# Hugo lock file
|
|
.hugo_build.lock
|
|
|
|
# Editor/IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Environment/secrets
|
|
.env
|
|
*.env
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
venv/
|
|
scripts/config.py
|
|
|
|
# Claude Code
|
|
.claude/
|
|
|
|
# Gopher build output
|
|
gopher_build/
|