Add session auth: FastAPI login/logout/me endpoints, uv-managed deps, fix cookie on JSONResponse
This commit is contained in:
+5
-1
@@ -1,8 +1,9 @@
|
||||
# Python
|
||||
# Python / uv
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.venv/
|
||||
venv/
|
||||
.python-version
|
||||
|
||||
# Site build output (managed by submodule)
|
||||
site/dist/
|
||||
@@ -12,5 +13,8 @@ site/.astro/
|
||||
# Claude Code local settings
|
||||
.claude/
|
||||
|
||||
# Wiki database (runtime data, not versioned)
|
||||
data/
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
|
||||
Reference in New Issue
Block a user