summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 00150fb5943f6fcce92da54e2379a24a952b59f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Secrets & config with credentials
music_config.json
music_state.json
bookmarks.json

# Generated data
discogs_labels.json
__pycache__/
*.pyc

# Editor
*.swp
*.swo
*~