Sign in
apache
/
dolphinscheduler-sdk-python
/
2b69a74cc83efe403f59d3b7768ac18ff4e08319
/
.
/
.gitignore
blob: 41603809fb392336af37e3ba6e7bf3713ce23f8f [
file
] [
log
] [
blame
]
# Editor
.
idea
/
.
vscode
/
# Cache
__pycache__
/
.
DS_Store
.
tox
/
.
pytest_cache
/
MANIFEST
# Build
build
/
dist
/
*
egg
-
info
/
# Test coverage
.
coverage
coverage
.
xml
htmlcov
/
# the pydolphinscheduler config
config
.
yaml
# Release
release
/