From c7956ae9b228054d57897ea338ad4154cc0b7221 Mon Sep 17 00:00:00 2001 From: Caine Date: Sun, 15 Feb 2026 09:41:49 +0000 Subject: Initial commit: susan automation scripts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Overnight transcoding, music discovery/import, system health reports, stats page generator, and bookmark management. Secrets stored in /etc/automation/ — not in repo. --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') 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 +*~ -- cgit v1.2.3