# Go build artifacts
/polaris
/cmd/polaris/polaris
*.test
*.out

# Python (beacon is still Python; keep these patterns at repo level)
__pycache__/
*.pyc
*.egg-info/
build/
dist/
.venv/

*.log
.DS_Store

# Editor
.vscode/

# Claude Code per-machine settings stay local
.claude/settings.local.json
.claude/projects/
.claude/scheduled_tasks.lock
.claude/worktrees/

.env

# Regenerable icon preview (swift Tools/iconGen.swift)
menubar/Resources/AppIcon-preview.png

# Personal live-test checklist (working artifact, not a committed doc)
LIVE-TESTING.md

# Local launch-prep working artifacts (demo shot list, draft posts) - not committed
launch/
man/
polaris.1

# Visual snapshot harness render output (make snapshots)
menubar/.snapshots/

# SwiftPM build dir for the iOS logic-test harness (ios/Package.swift)
ios/.build/

# packaging placeholder build artifacts
packaging/pypi/dist/
packaging/pypi/src/*.egg-info/
packaging/npm/*.tgz
