soulsync/.gitignore
2026-04-21 14:45:33 +03:00

27 lines
528 B
Text

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/
# Any hidden folders
**/.*/