pipekit/.gitignore
Paul Trowbridge c205b48be2 Honor api_host in config.yaml; ignore .venv/ created by deploy.sh.
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>
2026-04-23 00:33:56 -04:00

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/