chore: cleanup repository - remove Vercel config and add binary file ignores

This commit is contained in:
Reynov Christian
2025-12-01 20:51:41 +08:00
2 changed files with 9 additions and 3 deletions
+7
View File
@@ -45,6 +45,13 @@ logs/
# ==============================================================================
# File Hasil Build & Dependensi
# ==============================================================================
*.exe
*.dll
*.so
*.dylib
*.zip
*.rar
*.7z
*.egg-info/
dist/
build/
+2 -3
View File
@@ -21,7 +21,7 @@ dependencies = [
"Jinja2==3.1.6",
"MarkupSafe==3.0.2",
"MetaTrader5==5.0.5120",
"numpy==1.23.5",
"numpy==1.26.0",
"pandas==2.3.1",
"pandas_ta==0.3.14b0",
"python-dateutil==2.9.0.post0",
@@ -32,5 +32,4 @@ dependencies = [
"tzdata==2025.2",
"urllib3==2.5.0",
"Werkzeug==3.1.3"
]
dynamic = ["version"]
]