mirror of
https://github.com/rangermix/TwitchDropsMiner.git
synced 2026-05-26 07:08:04 +00:00
31 lines
285 B
Plaintext
31 lines
285 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
|
|
|
|
artifacts/ |