Files
netgazet/.gitignore
T
seppedlandClaude Opus 4.7 93174e1e09 Initial commit: PDF→static HTML/CSS site generator
main.py converts every PDF in examples/ into a browseable, mobile-responsive
HTML archive under output/ using poppler-utils. Includes the two NETgazet
sample PDFs, project metadata, OpenWolf scaffolding, and README covering
usage, a watch-folder script, and WordPress iframe embedding.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-03 16:00:07 +02:00

23 lines
204 B
Plaintext

# Generated site
output/
# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
# OpenWolf runtime
.wolf/daemon.log
.wolf/designqc-captures/
# OS
.DS_Store
Thumbs.db
# Editors
.vscode/
.idea/
*.swp