- Add backtest engine baseline milestone tasks (G05, G06, G07) - Update roadmaps and phase files - Add backtest domain types and tests - Move data-foundation phase to archive
31 lines
336 B
Text
31 lines
336 B
Text
.DS_Store
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
*.log
|
|
|
|
.tmp/
|
|
.build/
|
|
coverage/
|
|
|
|
# Go
|
|
bin/*.exe
|
|
*.test
|
|
|
|
# Dart / Flutter
|
|
.dart_tool/
|
|
.flutter-plugins
|
|
.flutter-plugins-dependencies
|
|
.packages
|
|
build/
|
|
|
|
# Local IDE state
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Agent-Ops Private Rules
|
|
agent-ops/rules/private/
|
|
|
|
# Agent-Ops Local Test Rules
|
|
agent-test/local/
|
|
agent-test/runs/
|