# TruffleHog ignore patterns for dataprof
# Documentation and example files with fake credentials

# Documentation directories (regex patterns)
docs/.*
examples/.*
.*\.md$
README.*
CHANGELOG.*
.*\.rst$

# Test files with fake test data
tests/fixtures/.*
tests/security_tests\.rs

# Development files
\.devcontainer/.*
\.vscode/.*

# Example connection strings (not real credentials)
postgresql://user:pass@.*
mysql://user:pass@.*
mysql://root:password@.*
postgresql://username:password@.*

# Common documentation patterns
user:pass@host
USER:PASS@host
username:password@hostname
