Replace repository with DuckLM runtime

This commit is contained in:
2026-05-20 01:00:28 +08:00
parent ddc285b8f4
commit 4a84ada770
190 changed files with 7060 additions and 13602 deletions
+15 -34
View File
@@ -1,41 +1,22 @@
# Python
__pycache__/
*.py[cod]
*.pyo
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Virtual environments
.venv/
venv/
env/
# Local environment and secrets
.env
.env.*
!.env.example
config/.env
config/.env.*
*.pem
*.key
.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
*.egg-info/
# Local models and embeddings
/models/
*.gguf
*.safetensors
*.bin
data/
workspace/
models/
vendor/
# Runtime state
data/**/*.sqlite3
data/**/*.sqlite3-*
data/runtime/*.json
data/runtime/*.pid
data/runtime/*.log
logs/
*.log
*.pid
*.sqlite3
*.db
# OS/editor
.DS_Store
.idea/
.vscode/
dist/
build/