- Added a new launch configuration for Flask debugging in .vscode/launch.json.
- Updated requirements.txt with new dependencies.
- Added compiled Python bytecode for PCA_Test.py in __pycache__.
- Introduced a new MSSQL connection module with methods for executing queries and fetching results.
- Implemented data retrieval functionality for historical values and model information.
- Generated __pycache__ files for config.py and recon.py, containing the compiled bytecode.
- These changes improve the loading time of the modules by utilizing cached bytecode.