# Python
__pycache__/
*.pyc
*.pyo

# Packaging
*.egg-info/
dist/
build/
*.egg

# OS
.DS_Store

# Secrets
.env
.env.local
*.token

# Claude Code local settings
.claude/settings.local.json
.claude/skills/seven-advisors/

# Superpowers brainstorm sessions (local dev artifacts)
.superpowers/

# Git worktrees (isolated feature workspaces)
.worktrees/

# Generated HTML visualizations
*pipeline-visual*.html
assessment-report*.html
assessment-report*.pdf

# Dev-only docs (design prompts, plans, parked items, reports, team templates, branch archives)
docs/prompts/
docs/superpowers/
docs/demo/
docs/references/
docs/later/
docs/plans/
docs/reports/
docs/team-prompts/
docs/archive/
docs/arch/
docs/webex-api-feedback.html
docs/webex-api-feedback-for-cisco-collab-bu.md

# Tests (dev-only, except the actively-maintained migration/org-health suites)
tests/*
!tests/migration/
!tests/migration/**
!tests/org_health/
!tests/org_health/**
tests/migration/**/__pycache__/
tests/org_health/**/__pycache__/

# Live CUCM testbed scripts (contain lab host/credentials, never commit)
tests/migration/cucm/build-testbed.md
tests/migration/cucm/provision_testbed.py
tests/migration/cucm/provision_testbed_phase9.py
tests/migration/cucm/provision_testbed_phase10.py
tests/migration/cucm/teardown_testbed.py
tests/migration/cucm/testbed-manifest.json
tests/migration/cucm/validate_live_cucm.py

# CI (no value without tests) — except release.yml, which must be tracked to run
.github/*
!.github/workflows/
.github/workflows/*
!.github/workflows/release.yml

# Coverage
.coverage
.lab/
.lab.bak.*/
run.log

# Local folder (not part of repo)
Webex Calling/

# Local one-off tools (not part of the CLI)
tools/build_oncall_deck.py
tools/reassign_dids_to_cc.py

# README backup
README.md.bak
src/wxcli/_version.py

# Remotion video production (local build artifact)
remotion-video/

# Flow Store CLI (dev-only, not production)
specs/webex-flow-store.json
src/wxcli/commands/fs_*.py

# General skills (not part of the Webex toolset)
.claude/skills/seven-advisors/
.claude/skills/researcher/
