claude-flow-novice
Version:
Claude Flow Novice - Advanced orchestration platform for multi-agent AI workflows with CFN Loop architecture Includes Local RuVector Accelerator and all CFN skills for complete functionality.
43 lines (35 loc) • 637 B
Plain Text
# TruffleHog exclusion patterns
# Exclude paths that commonly have false positives
# Node modules
node_modules/
**/node_modules/**
# Test fixtures and mocks
**/__tests__/**
**/__mocks__/**
**/test/**
**/tests/**
**/*.test.ts
**/*.test.js
**/*.spec.ts
**/*.spec.js
# Documentation
**/docs/**
**/readme/**
**/*.md
**/*.MD
# Build artifacts
**/dist/**
**/build/**
**/.next/**
# Lock files (contain hashes, not secrets)
package-lock.json
yarn.lock
pnpm-lock.yaml
# Example/template files
**/*.example
**/*.template
.env.example
# Legacy/archive directories
legacy/**
archive/**
**/archive/**