Files
TwitchDropsMiner/.gitignore
Fengqing Liu 9727a9b8d2 unify game selection and expectation logic (#32)
- unify game selection and expectation logic
- refactore settings and settings manager
- formatting and coverage and precommit hook
2026-01-19 00:39:58 +11:00

29 lines
273 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
logs/
.claude/
data/
.ruff_cache/
.vscode/
.idea/
*.iml
*.log
*.egg-info/
.coverage