← back to Linkedin Voice Agent

.gitignore

14 lines

node_modules/
.env*
tmp/
*.log
.DS_Store
dist/
build/
.next/
# generated artifacts — voice profiles + draft queues are per-user, not source
data/profiles/*.json
data/drafts/*
!data/profiles/.gitkeep
!data/drafts/.gitkeep