You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
SoulSync/.gitignore

30 lines
573 B

slskd/slskd.exe
Storage/sync_status.json
.spotify_cache
slskd/config/slskd.example.yml
__pycache__/
**/__pycache__/
*.pyc
*.pyo
# Encryption key (generated per-instance, lives next to database)
.encryption_key
# User-specific files (auto-created by the app if missing)
config/config.json
database/music_library.db
database/music_library.db-shm
database/music_library.db-wal
database/music_library.db.backup_*
database/api_call_history.json
logs/*.log
logs/*.log.*
# Auto-downloaded binaries
bin/
# Development compose/config files
*.dev.yml
# Any hidden folders
**/.*/