# Gitleaks configuration # https://github.com/gitleaks/gitleaks#configuration [allowlist] # Test files that contain variable names matching secret patterns (e.g., s3_key) paths = [ '''backend/tests/.*\.py''', ]