iop/.gitignore
toki 01dc2ef78b refactor: readability baseline 및 테스트 구조 개선
- agent-readable-repository-refactor 완료: 기존 테스트 파일 아카이브 이동
- 새 테스트 파일 추가 (edge, node, client, config, readability)
- readability_audit 스크립트 및 baseline 추가
- roadmap/SDD 문서 갱신
- agent-client/pi/extensions/openai-sampling-parameters 추가
2026-07-17 16:02:12 +09:00

43 lines
733 B
Text

# Agent-Ops Private Rules
agent-ops/rules/private/
# Agent-Test local rules/runs
agent-test/local/
agent-test/runs/
# Local runtime/test artifacts
/iop.db
/*.log
/.cache/
**/__pycache__/
*.py[cod]
/build/
/dist/
/.env
/temp_verif/
# Legacy root build outputs (official targets write to /build/)
/node
/edge
/openai.test
# Flutter Portal artifacts
apps/portal/.dart_tool/
apps/portal/build/
apps/portal/.flutter-plugins*
apps/portal/.packages
# Flutter/Dart package artifacts
**/.dart_tool/
apps/client/build/
packages/flutter/**/build/
packages/**/pubspec.lock
# BEGIN Agent-Ops managed gitignore
!agent-task/
!agent-task/**/
!agent-task/**/*.md
!agent-task/**/*.log
agent-roadmap/current.md
# END Agent-Ops managed gitignore