# claude-faf-mcp - NPM Ignore
# PROTECT THE MCP SECRET SAUCE!

# Never publish TypeScript source
src/**/*.ts
*.ts
!*.d.ts

# Never publish test files
test/
tests/
*.test.ts
*.spec.ts
*.test.js
*.spec.js
test-*.ts
test-*.js

# Never publish development files
.vscode/
.idea/
*.log
.DS_Store
.env
.env.*

# Never publish docs/internal
docs/internal/
ANTHROPIC_*.md
*_SUBMISSION*.md
*_OUTREACH*.md
*_AUDIT*.md
CHAMPIONSHIP*.md
PROTECT-*.md
*-SECRET.md
*-PRIVATE.md

# Never publish build configs
webpack.*.js
tsconfig.json
jest.config.js
.eslintrc*
.prettierrc*

# Never publish git
.git/
.github/
.gitignore

# Never publish scripts
*.sh
scripts/
bin/

# Never publish FAF context files
.faf
.faf++
.fafignore

# ONLY publish these:
# dist/**/*.js (compiled code)
# dist/**/*.d.ts (type definitions)
# README.md
# LICENSE
# package.json