diff options
| author | Caine <susan@tomflux.xyz> | 2026-02-15 09:41:49 +0000 |
|---|---|---|
| committer | Caine <susan@tomflux.xyz> | 2026-02-15 09:41:49 +0000 |
| commit | c7956ae9b228054d57897ea338ad4154cc0b7221 (patch) | |
| tree | a1f517ea452dddf34468c01c85871358e8b7295e /.gitignore | |
Overnight transcoding, music discovery/import, system health reports,
stats page generator, and bookmark management.
Secrets stored in /etc/automation/ — not in repo.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..00150fb --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# Secrets & config with credentials +music_config.json +music_state.json +bookmarks.json + +# Generated data +discogs_labels.json +__pycache__/ +*.pyc + +# Editor +*.swp +*.swo +*~ |
