downloads cedarville publishing books as pdf
at main 44 lines 402 B view raw
1# Python 2venv/ 3__pycache__/ 4*.pyc 5*.pyo 6*.pyd 7.Python 8*.egg-info/ 9dist/ 10build/ 11 12# Downloaded content 13svg_layers/ 14webp_highres/ 15webp_layers/ 16merged_pages/ 17 18# Generated PDFs 19*.pdf 20 21# Temporary files 22temp_*.html 23temp_html_pages/ 24test_*.png 25test_*.webp 26test_*.otf 27merged_page_*.png 28 29# OS files 30.DS_Store 31.AppleDouble 32.LSOverride 33Thumbs.db 34Desktop.ini 35 36# IDE 37.vscode/ 38.idea/ 39*.swp 40*.swo 41*~ 42 43# Crush 44.crush/