Files
skill-template/tests/.gitignore
2026-05-03 17:52:52 +08:00

11 lines
159 B
Plaintext

# 测试运行产物与本地密钥,勿提交
__pycache__/
*.py[cod]
.pytest_cache/
desktop/artifacts/
integration/artifacts/
*.log
.env
.env.*
!.env.sample