Added data download ability

This commit is contained in:
2023-02-19 21:10:00 +00:00
parent 48f080de7c
commit c850726f91
64 changed files with 12734 additions and 2 deletions

7
.gitignore vendored
View File

@@ -1,3 +1,8 @@
.DS_Store
node_modules/
__pycache__/
__pycache__/
.devcontainer/
.env
*.db
data/
.vscode