Working prototype with tailwind, added uv, updated models, added docker.

This commit is contained in:
2026-01-09 14:27:34 +01:00
parent a95f7d44c8
commit 45dc3703d7
35 changed files with 1747 additions and 223 deletions

6
.gitignore vendored
View File

@@ -2,7 +2,7 @@
.idea/
# Ignore __pycache__ folders and .pyc files
__pycache__/
*__pycache__/
*.pyc
# Ignore .env files
@@ -14,7 +14,9 @@ __pycache__/
# Ignore .DS_Store files
.DS_Store
.vscode\
.vscode
db.sqlite3
pyvenv.cfg