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

13
backend/.gitignore vendored Normal file
View File

@@ -0,0 +1,13 @@
__pycache__/
*.py[cod]
*$py.class
.Python
*.so
.env
.venv
venv/
.uv/
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/