Initial commit

This commit is contained in:
2026-03-26 18:49:14 +08:00
commit ec8bffe26e
6 changed files with 1723 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
venv/
__pycache__/
*.pyc
.env
outputs/
data/*.csv
.vscode/
.idea/
.DS_Store