From 90c3efbb8bc1bb389f80e4f052fbbe5534693437 Mon Sep 17 00:00:00 2001 From: codey Date: Tue, 7 Oct 2025 12:07:13 -0400 Subject: [PATCH] Remove .gitignore file, radio database restructuring --- .gitignore | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 .gitignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 066276e..0000000 --- a/.gitignore +++ /dev/null @@ -1,37 +0,0 @@ -**/__pycache__/* -**/.vscode/* -**/private.py -**/solibs/* -**/*.json -**/mgr/* -constants.py -tests.py -db_migrate.py -notifier.py -test_hifi.py -youtube* -playlist_creator.py -artist_genre_tag.py -pg_migrate_lyrics.py -uv.lock -pyproject.toml -mypy.ini -.python-version -get_next_track.py -endpoints/radio.py -utils/radio_util.py -redis_playlist.py -endpoints/auth.py -endpoints/radio2 -endpoints/radio2/** -hash_password.py -up.py -job_review.py -check_missing.py -**/auth/* -**/radio_api/* -**/test/* -test/db_stats.py -test/report/* -.gitignore -.env