From a02386867148d70881d7dd807417ec5cd6d627d7 Mon Sep 17 00:00:00 2001 From: codey Date: Wed, 26 Feb 2025 21:07:05 -0500 Subject: [PATCH] add gitignores --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5093bea --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +**/__pycache__/* +**/.vscode/* +**/private.py +**/solibs/* +**/*.json +**/mgr/* +constants.py +tests.py +db_migrate.py +notifier.py +youtube* +playlist_creator.py +artist_genre_tag.py \ No newline at end of file