This is the initial push of the outline of the life dashboard

This commit is contained in:
YOUNG
2026-03-09 12:52:48 -05:00
parent bf1e4e754f
commit 7596a5f382
47 changed files with 6522 additions and 3 deletions

26
.gitignore vendored Normal file
View File

@@ -0,0 +1,26 @@
# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
venv/
.venv/
# Node
node_modules/
frontend/dist/
# Environment
.env
*.env.local
# IDE
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db
# Alembic
*.pyc