# Whitelist patterns for the pre-commit hook
# Lines starting with # are comments
# Add file paths or patterns that should be allowed despite matching credential patterns

# Test files with mock credentials
tests/test_auth.py
tests/fixtures/mock_credentials.json

# Documentation with example credentials
docs/examples/authentication.md
README.md

# Configuration templates
config.template.json
.env.examplesrc/louieai/_client.py
docs/getting-started/notebooks/*.ipynb
src/louieai/__init__.py
