-
Bjarke Madsen authored
(de)provisioning dashboards WIP. Datasources still not implemented. No tests implemented.
Bjarke Madsen authored(de)provisioning dashboards WIP. Datasources still not implemented. No tests implemented.
.gitignore 173 B
# IDE related
.idea
.vscode
# config
config.json
# dev / builds
venv/
*.egg-info
__pycache__
coverage.xml
.coverage
htmlcov
.tox
dist
dashboards/dev/*.json
# logs
*.log