| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- # Python
- __pycache__/
- *.py[cod]
- *$py.class
- *.so
- .Python
- build/
- develop-eggs/
- dist/
- downloads/
- eggs/
- .eggs/
- lib/
- lib64/
- parts/
- sdist/
- var/
- wheels/
- *.egg-info/
- .installed.cfg
- *.egg
- # IDE
- .kimi/
- .vscode/
- .idea/
- *.swp
- *.swo
- # Data files
- *.csv
- *.png
- *.pdf
- *.tar.gz
- *.ris
- # Logs
- *.log
- # Local config
- .openclaw/
- # Embedded project runtime artifacts
- index-rotation/.venv/
- index-rotation/.codex/
- index-rotation/.codex-orchestrator/
- # Local agent / runtime artifacts
- backtrader-lab/.bt-runs/
- # Generated experiment outputs
- index-rotation/outputs/backtests/
- cat-fly/t1/backtest_results/
- cat-fly/t1/final_backtest/
- cat-fly/t1/no_lookahead_backtest/
- cat-fly/t1/optimization_results/
- # Generated reports / exports
- backtrader-lab/*.html
- backtrader-lab/*.json
- backtrader-lab/email_strategy_*.txt
- trend-quality-evaluator/*.html
- # Windows reserved device name
- NUL
- nul
- research/NUL
- research/nul
|