webex-booking-webhook/.gitignore
jmcqueen a93a1194e6 Add Webex booking webhook with occupancy tracking and utilization reports.
Track in-meeting occupancy via xAPI polling and workspaceMetrics, store Webex attendee counts for linked meetings, and surface under-utilized room bookings on the dashboard.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-16 16:25:41 -04:00

20 lines
162 B
Text

# Dependencies
node_modules/
# Secrets and local config
.env
tokens/
# Runtime data
data/
logs/
# OS
.DS_Store
Thumbs.db
# Editor
.idea/
.vscode/
*.swp
*.swo