gitlink-cli/examples/workflows/gitlink-flow/.gitignore

16 lines
147 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.venv/
venv/
# 运行时缓存与产物
.cache/
outputs/
# 系统
.DS_Store
Thumbs.db