feat: full backend (untested)

This commit is contained in:
Nik L
2026-01-14 11:37:44 -05:00
parent 4a0db63a30
commit d585cf8613
32 changed files with 1317 additions and 57 deletions

12
backend/.dockerignore Normal file
View File

@@ -0,0 +1,12 @@
__pycache__
*.py[cod]
.git
.gitignore
.env
.venv
venv/
.uv/
.pytest_cache/
.ruff_cache/
.mypy_cache/
tests/