Skip to content

Commit

Permalink
Merge pull request #5 from SaM-92/dev_b
Browse files Browse the repository at this point in the history
Enhancements to CleanEnergyBot: Fuel Mix Insights & README Updates
  • Loading branch information
SaM-92 committed Feb 25, 2024
2 parents 47899d8 + 31c6b66 commit c540ecb
Show file tree
Hide file tree
Showing 97 changed files with 20,350 additions and 124 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ __pycache__/
# for workflow

docker_and_azure.txt
eirgrid_api.ipynb
# eirgrid_api.ipynb
48 changes: 48 additions & 0 deletions .history/.gitignore_20240223010121
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
bin
obj
csx
.vs
edge
Publish

*.user
*.suo
*.cscfg
*.Cache
project.lock.json

/packages
/TestResults

/tools/NuGet.exe
/App_Data
/secrets
/data
.secrets
appsettings.json
local.settings.json

node_modules
dist

# Local python packages
.python_packages/

# Python Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# for workflow

docker_and_azure.txt
eirgrid_api.ipynb
48 changes: 48 additions & 0 deletions .history/.gitignore_20240225010706
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
bin
obj
csx
.vs
edge
Publish

*.user
*.suo
*.cscfg
*.Cache
project.lock.json

/packages
/TestResults

/tools/NuGet.exe
/App_Data
/secrets
/data
.secrets
appsettings.json
local.settings.json

node_modules
dist

# Local python packages
.python_packages/

# Python Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# for workflow

docker_and_azure.txt
# eirgrid_api.ipynb
Loading

0 comments on commit c540ecb

Please sign in to comment.