chore: initial commit — chat-saiden web chat baseline

This commit is contained in:
marauder-actual
2026-05-29 13:47:34 +02:00
commit 96ba8f4b6e
28 changed files with 4852 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# Python
__pycache__/
*.py[cod]
.venv/
venv/
*.egg-info/
# Env / secrets
.env
.env.*
!.env.example
# Caches
.fastembed_cache/
.ruff_cache/
.pytest_cache/
.mypy_cache/
# Editor / OS
*.json.bak
*.swp
.DS_Store