cmd_serve now reads api_host from Config with a 127.0.0.1 safe default, matching the existing api_port pattern. --host/--port CLI flags still override. Local config is bumped to bind 0.0.0.0:8200. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
16 lines
266 B
Plaintext
16 lines
266 B
Plaintext
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
|
|
# Local SQLite database — contains connection rows + user state.
|
|
pipekit.db
|
|
pipekit.db-journal
|
|
pipekit.db-wal
|
|
pipekit.db-shm
|
|
|
|
# Local Claude Code settings.
|
|
.claude/settings.local.json
|
|
|
|
# Python venv created by deploy.sh.
|
|
.venv/
|