14 lines
238 B
Plaintext
14 lines
238 B
Plaintext
# Your health data. Never commit this.
|
|
data/
|
|
|
|
# Grafana's own state (dashboards you make live here). Provisioning config under
|
|
# grafana/ IS committed; this runtime dir is not.
|
|
grafana-data/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Local env
|
|
.env
|