Sign in
apache
/
dolphinscheduler-sdk-python
/
7d37d2ed8763499b9a1de75d95edb578ce504eec
/
.
/
.gitignore
blob: d91f0a041f2c3685a3fbba5378c9360bf7086170 [
file
]
# Editor
.
idea
/
.
vscode
/
# Cache
__pycache__
/
.
tox
/
.
pytest_cache
/
# Build
build
/
*
egg
-
info
/
# Test coverage
.
coverage
coverage
.
xml
htmlcov
/
# the pydolphinscheduler config
config
.
yaml
# Release
release
/