Files
marcus-web/.gitignore
T
mnw e087a6eb83 Add gopher integration core infrastructure (Phase 1)
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.
2026-01-14 16:24:09 -06:00

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/