75 lines
1.7 KiB
Plaintext
75 lines
1.7 KiB
Plaintext
closed_trades_history.json
|
|
models/trading_agent_best_net_pnl.pt
|
|
models/trading_agent_checkpoint_*
|
|
runs/*
|
|
trading_bot.log
|
|
backtest_stats_*.csv
|
|
models/*
|
|
models/trading_agent_best_net_pnl.pt
|
|
models/trading_agent_best_net_pnl.pt.backup
|
|
models/trading_agent_best_pnl.pt
|
|
models/trading_agent_best_pnl.pt.backup
|
|
models/trading_agent_best_reward.pt
|
|
models/trading_agent_best_reward.pt.backup
|
|
models/trading_agent_final.pt
|
|
models/trading_agent_final.pt.backup
|
|
*.pt
|
|
*.backup
|
|
logs/
|
|
# trade_logs/
|
|
*.csv
|
|
cache/
|
|
realtime_chart.log
|
|
training_results.png
|
|
training_stats.csv
|
|
cache/BTC_USDT_1d_candles.csv
|
|
cache/BTC_USDT_1h_candles.csv
|
|
cache/BTC_USDT_1m_candles.csv
|
|
cache/ETH_USDT_1d_candles.csv
|
|
cache/ETH_USDT_1h_candles.csv
|
|
cache/ETH_USDT_1m_candles.csv
|
|
models/trading_agent_best_pnl.pt
|
|
models/trading_agent_best_reward.pt
|
|
models/trading_agent_final.pt
|
|
models/trading_agent_best_pnl.pt
|
|
*.log
|
|
NN/models/saved/hybrid_stats_20250409_022901.json
|
|
*__pycache__*
|
|
*.png
|
|
closed_trades_history.json
|
|
data/cnn_training/cnn_training_data*
|
|
chrome_user_data/*
|
|
.aider*
|
|
!.aider.conf.yml
|
|
!.aider.model.metadata.json
|
|
|
|
.env
|
|
venv/
|
|
|
|
wandb/
|
|
*.wandb
|
|
*__pycache__/*
|
|
NN/__pycache__/__init__.cpython-312.pyc
|
|
*snapshot*.json
|
|
utils/model_selector.py
|
|
mcp_servers/*
|
|
data/prediction_snapshots/*
|
|
reports/backtest_*
|
|
data/prediction_snapshots/snapshots.db
|
|
training_data/*
|
|
data/trading_system.db
|
|
/data/trading_system.db
|
|
ANNOTATE/data/annotations/annotations_db.json
|
|
ANNOTATE/data/test_cases/annotation_*.json
|
|
|
|
# CRITICAL: Block simulation/mock code from being committed
|
|
# See: ANNOTATE/core/NO_SIMULATION_POLICY.md
|
|
*simulator*.py
|
|
*simulation*.py
|
|
*mock_training*.py
|
|
*fake_training*.py
|
|
*test_simulator*.py
|
|
# Exception: Allow test files that test real implementations
|
|
!test_*_real.py
|
|
!*_test.py
|