- Introduced environment mode variable to control bot and web server behavior.
- Updated startup script to run Gunicorn in production mode and Flask in development mode.
- Created a new WSGI entry point for the web application.
- Included JSZip library for ZIP file creation.
- Added a button to download card data as a ZIP file containing the card image and JSON data.
- Implemented logic to generate safe filenames for the card image and JSON file.