mirror of
https://github.com/rangermix/TwitchDropsMiner.git
synced 2026-05-30 17:09:36 +00:00
Replace the legacy desktop/Tkinter client and packaging artifacts with a Docker-first, web-hosted approach. - Add Docker quickstart and run-from-source instructions to the README to simplify deployment. - Simplify launcher to invoke the new web backend module instead of the old desktop entrypoint. - Update dependencies for a web UI stack (FastAPI, Uvicorn, python-socketio, Jinja2, etc.) and remove desktop/tray-specific packages. - Remove legacy GUI, packaging and platform-specific helper code, along with obsolete build/pack scripts and AppImage assets to declutter the repo. - Tidy project ignore rules to add runtime logs and editor metadata. Rationale: streamline deployment, favor a browser-accessible interface, and reduce maintenance overhead from multiple platform-specific GUI/packaging implementations.
22 lines
223 B
Plaintext
22 lines
223 B
Plaintext
# Cache files
|
|
__pycache__
|
|
.mypy_cache
|
|
# Build and dist files
|
|
/build
|
|
/dist
|
|
/*.exe
|
|
/*.zip
|
|
/*.tmp
|
|
/Twitch Drops Miner
|
|
# Dev files
|
|
/env
|
|
/cache
|
|
/*.jar
|
|
log.txt
|
|
/dump.dat
|
|
/lock.file
|
|
settings.json
|
|
/lang/English.json
|
|
|
|
logs/
|
|
.claude/ |