InfluxDB support and dockerisation

This commit is contained in:
2025-10-05 15:22:32 +01:00
parent 05407bb19e
commit 7e7889b157
5 changed files with 238 additions and 11 deletions

15
.gitignore vendored
View File

@@ -214,3 +214,18 @@ __marimo__/
# Streamlit
.streamlit/secrets.toml
# Environment files (contains sensitive tokens)
.env
.env.local
.env.*.local
# Docker
.dockerignore
# IDE
.vscode/
.idea/
*.swp
*.swo
*~