# Binaries
/vedetta
vedetta-arm64
*.test

# Build
build/

# SQLite
*.db
*.db-shm
*.db-wal

# Config
config.yml

# Recordings and snapshots
recordings/
snapshots/

# ONNX models
*.onnx

# Scripts (local/deploy)
scripts/

# OS
.DS_Store
Thumbs.db

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# Test artifacts
internal/camera/test/
node_modules/
test-results/
playwright-report/

# Superpowers docs (local specs/plans) and working state. These hold session
# notes that quote real host addresses and credentials, so they must never be
# published from this repo.
docs/superpowers/
.superpowers/

# Git worktrees
.worktrees/
