chore: initial commit — chat-saiden web chat baseline
This commit is contained in:
+22
@@ -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
|
||||
Reference in New Issue
Block a user