This commit is contained in:
2025-07-03 19:56:10 +03:00
commit 54827a5152
11 changed files with 575 additions and 0 deletions

19
.gitignore vendored Normal file
View File

@@ -0,0 +1,19 @@
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
# Virtualenv
.venv
venv/
ENV/
# Output data
price_data_final/
*.db
*.db-journal
# IDEs
.idea/
.vscode/