added notebook investigating boiler power usage

This commit is contained in:
Brian Bjarke Jensen
2026-01-24 19:50:50 +01:00
parent d59f7d2e2d
commit 0c1f7928c2
6 changed files with 51706 additions and 0 deletions
+56
View File
@@ -0,0 +1,56 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
.venv/
venv/
ENV/
env/
# Jupyter Notebook
.ipynb_checkpoints/
*.ipynb_checkpoints
# Environment variables
.env
.env.local
# Database
*.db
*.sqlite
*.sqlite3
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Project specific
data/
*.csv
*.parquet