turnstone/.gitignore
pyr0ball 02866e6882 chore: add update.sh deploy script; gitignore patterns/watch.yaml
update.sh pulls a named branch (default: main), preserves the local
watch.yaml around the pull, rebuilds the image, restarts the service,
and polls health until ready.

Usage: sudo bash /opt/turnstone/scripts/update.sh [branch]

patterns/watch.yaml is site-specific config — gitignored so host
customizations survive git pulls. The template is preserved in git
history (feat/live-watch) for reference.
2026-05-11 16:07:07 -07:00

17 lines
175 B
Text

data/
corpus/raw/
patterns/watch.yaml
log/
__pycache__/
*.pyc
*.pyo
*.pyd
.env
*.db
*.db-wal
*.db-shm
.turnstone-api.pid
web/node_modules/
web/dist/
.superpowers/
.worktrees/