alt/.gitignore
toki 8c3c4ba5a2 feat: operator surface phase updates, worker backtest/kis live client, binary utilities
- Add bin/kis-paper-daily-smoke and bin/kis-sops-env utilities
- Update agent-roadmap for operator surface phase
- Add worker backtest bar source and Kis live client
- Update KIS live secret configuration and documentation
- Refine worker datacheck and daily chart price providers
2026-06-03 12:10:48 +09:00

49 lines
676 B
Text

.DS_Store
.env
.env.*
!.env.example
*.log
# Secrets and runtime credential cache
secrets/*.env
secrets/*.plain
secrets/*.plain.*
secrets/*.decrypted
secrets/*.decrypted.*
secrets/*.tmp
secrets/*.cache
.kis-token-cache/
var/kis-token-cache/
.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/
# BEGIN Agent-Ops managed gitignore
!agent-task/
!agent-task/**/
!agent-task/**/*.md
!agent-task/**/*.log
# END Agent-Ops managed gitignore