major styling pass, artist list, and import processing improvements

This commit is contained in:
Bryan Van Deusen
2025-07-31 23:48:37 -04:00
parent 48aa60b9ea
commit e3a4c348f1
17 changed files with 454 additions and 111 deletions
+28
View File
@@ -0,0 +1,28 @@
# Ignore test data
images/
import/
# Ignore Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
# Ignore environment files
.env
.env.*
# Ignore virtual environments
env/
venv/
# Ignore Git files
.git
.gitignore
# Ignore DB files
app.db
# Ignore Docker related files
.dockerignore
docker-compose.yml