- Scrapes 1592 Demonic Pacts tasks from the OSRS Wiki into tasks.json - Zola static site with OSRS-themed dark UI, filters, search, and progress tracking - Client-side localStorage persistence and RuneLite JSON import/export - Live countdown to league end date in the site header
15 lines
126 B
Plaintext
15 lines
126 B
Plaintext
# Zola build output
|
|
website/public/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.venv/
|
|
venv/
|
|
dist/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|