Removed 20 files: old test scripts, debug tools, duplicate docs,
generated JSON, old PDF generator, launcher scripts.
Kept:
disco.py — main tool (scrape HAR + generate PDF)
scraper.py — reference site scraper (HTML + Selenium/Brave)
requirements.txt
*.har — browser capture with API data
Updated:
README.md — rewritten to reflect current tool and usage
.gitignore — simplified
scraper.py — module/class/method docstrings updated to clarify
this is a reference implementation, disco.py is primary
12 lines
120 B
Plaintext
12 lines
120 B
Plaintext
venv/
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Generated output
|
|
catalog_output/
|
|
pokemon_tcg_products_*.json
|
|
|
|
# OS / editor
|
|
.DS_Store
|
|
*.swp
|