# 构建产物
/dist/
/bin/

# 本机私有配置(示例文件用 *.example 入库)
*.env
!*.env.example

# 密钥材料绝不入库(测试密钥对放 testdata/ 并显式命名)
*.pem
*.key

# 工具缓存
__pycache__/
*.pyc
