- Added entries to .gitignore for node_modules and dist directories in the dashboard UI. - Updated log file pattern in log_parser.py to match 'bot*.log' instead of 'bot_*.log'. - Introduced package-lock.json for the dashboard UI to manage dependencies. - Updated CLAUDE.md to reflect the status of code review improvements. - Added new weekly report files in HTML and JSON formats for 2026-03-07. - Updated binary parquet files for dogeusdt, trxusdt, and xrpusdt with new data.
20 lines
228 B
Plaintext
20 lines
228 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
|
|
dashboard/ui/node_modules/
|
|
dashboard/ui/dist/ |