Files
cointrader/.gitignore
21in7 2b3f39b5d1 feat: enhance data handling and model training features
- Updated .gitignore to include .venv and .worktrees.
- Removed symlink for the virtual environment.
- Added new parquet files for dogeusdt, trxusdt, and xrpusdt datasets.
- Introduced model files and training logs for dogeusdt, trxusdt, and xrpusdt.
- Enhanced fetch_history.py to support caching of correlation symbols.
- Updated train_and_deploy.sh to manage correlation cache directory.
2026-03-05 23:57:44 +09:00

19 lines
183 B
Plaintext

.env
__pycache__/
*.pyc
.pytest_cache/
logs/
*.log
.venv/
venv/
models/*.pkl
models/*.onnx
models/tune_results_*.json
data/*.parquet
.worktrees/
.DS_Store
.cursor/
.worktrees/
.venv