# Dependencies
node_modules/
# package-lock.json committed for Scorecard Pinned-Dependencies compliance

# Build output
dist/
build/
storybook-static/
*.tsbuildinfo

# Test coverage
coverage/
.nyc_output/
htmlcov/
.coverage
.hypothesis/

# Environment variables
.env
.env.local
.env.*.local

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

# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# Temporary files
tmp/
temp/
*.tmp

# OS files
Thumbs.db
.DS_Store

# ── SENSITIVE / INTERNAL — DO NOT COMMIT ─────────────────────────

# Internal documentation and planning
agentguard-internal-docs/
.kiro/

# Internal analysis and strategy docs (root-level)
*-INTERNAL-*.md
*-STRATEGY.md
*-ANALYSIS.md
*-FEASIBILITY.md
*-ALIGNMENT.md
BRANDING-*.md
CONTAINERIZATION-*.md
DEPLOYMENT-*.md
KUBERNETES-*.md
PHASE-*.md
POLICY-REGISTRY-*.md
POST-LAUNCH-*.md
TYPESCRIPT-PYTHON-PARITY-*.md
TEALTIGER-*-ANALYSIS.md
TEALTIGER-*-ALIGNMENT.md
TEALTIGER-VS-*.md
TEALTIGER-PLAYGROUND-*.md
TEALTIGER-SERVERLESS-*.md
TEALTIGER-SDK-CONTAINERIZATION-*.md
TEALTIGER-CLINE-*.md
DOCKER_README.md
DOCKER-TEST-RESULTS.md

# Internal scripts
scripts/*
!scripts/validate-policy.ts
!scripts/test-validate-policy.ts
push-examples.sh
push-examples.bat
cleanup-*.bat
copy-*.bat
final-*.bat
remove-*.bat
update-*.bat
CLEANUP-ACTION-REQUIRED.txt

# Legacy / deprecated directories
agentguard/
agentguard-landing/
agent-guard-sdk-public/
test-deprecated/
test-install/
tealtiger/

# Infrastructure (should be in separate repos)
ansible/
helm/
helm-charts-repo/
terraform-aws-tealtiger-repo/
docker/
database/
Dockerfile
docker-compose*.yml

# Internal source (monorepo backend — not for public SDK repo)
src/
!dashboard/governance-feed/src/
!dashboard/governance-feed/src/**

# Postman collections
postman/

# Blog drafts and diagrams (published separately)
blog/

# Internal governance / SOT (separate repo)
TealTiger-SOT/
tealtiger-sot-repo/

# Landing pages and websites (separate repos)
TealTiger-LandingPage/
TealTiger-Blog/
TealTiger-Cookbook/
TealTiger-MCP/
tealtiger-docs-repo/
tealtiger-docs-source/
tealtiger-docs-target/
tealtiger-action-repo/

# Staging directories (development only)
staging-py/
staging-ts/

# Package build artifacts
package/

# HTML coverage reports
htmlcov/

# Vertex extension (internal)
packages/tealtiger-vertex-extension/

# GitHub internal guides
.github/ENABLE-*.md
.github/SAMPLE_ISSUES.md
.github/SOCIAL-PREVIEW-SPEC.md

# Internal workflow files
.github/workflows/docker-variants.yml
.github/workflows/publish-circleci-orb.yml
.github/workflows/v1-1-0-launch.yml

# Build configs (monorepo-level, not needed by SDK users)
jest.config.js
.eslintrc.js

# Dashboard package source and lockfile
!packages/tealtiger-dashboard/src/
!packages/tealtiger-dashboard/src/**
!packages/tealtiger-dashboard/package-lock.json

# Misc internal files
.cleanup-sensitive-files.txt
*.bat
