chore: scaffold project and install dependencies

This commit is contained in:
Orchestrator
2026-06-04 16:46:06 -05:00
commit 79660ad67a
7 changed files with 8 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.opencode/**

0
data_raw/.gitkeep Normal file
View File

7
requirements.txt Normal file
View File

@@ -0,0 +1,7 @@
pandas==2.2.3
numpy==2.1.3
matplotlib==3.9.2
seaborn==0.13.2
plotly==5.24.1
requests==2.32.3
markdown==3.7

0
src/charts/__init__.py Normal file
View File

0
src/data/__init__.py Normal file
View File

0
src/tables/__init__.py Normal file
View File

0
src/utils/__init__.py Normal file
View File