kpaa / .gitignore
scvcoder's picture
Cleanup: dead code, route deletion (/info, /chat, /api/*), comment polish, auth mode docs, URL rename
9344f01 verified
raw
history blame contribute delete
251 Bytes
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
build/
dist/
wheels/
.venv/
venv/
.env
.pytest_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
.cache/
.kpaa-cache/
*.gguf
models/
.run/
.webui_secret_key
.DS_Store
Thumbs.db
.idea/
.vscode/