mirror of
https://github.com/bnair123/MusicAnalyser.git
synced 2026-02-25 19:56:06 +00:00
- Created FastAPI backend structure. - Implemented Spotify Recently Played ingestion logic. - Set up SQLite database with SQLAlchemy models. - Added AI Service using Google Gemini. - Created helper scripts for auth and background worker. - Added Dockerfile and GitHub Actions workflow.
7 lines
50 B
Plaintext
7 lines
50 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
*.db
|
|
.env
|
|
venv/
|
|
.pytest_cache/
|