# GitLeaks 忽略规则
# 用于排除示例代码、文档和测试中的测试数据

# ===== 示例代码 =====
# 示例代码中的演示 API Key 和测试数据
examples/**/*.py
examples/**/*.md

# ===== 文档 =====
# 文档中的代码示例和配置示例
docs/**/*.md
docs/**/*.py
docs/**/*.yaml
docs/**/*.json

# ===== 测试代码 =====
# 测试文件中的测试数据
tests/**/*.py

# ===== 特定文件 =====
# 源码中的文档字符串示例（已确认为示例代码）
src/df_test_framework/capabilities/clients/http/rest/httpx/client.py:1133
src/df_test_framework/infrastructure/config/schema.py:236
src/df_test_framework/clients/http/interceptors/auth/bearer_token.py

# ===== 历史提交 =====
# 如果需要忽略特定历史提交中的误报，取消下面的注释
# commit:b53519e
# commit:09393e1
# commit:d4999a3
# commit:f95e08c