543b327d27
WBS-9.3 - NULL Policy CI Gate / NULL Policy Validation (push) Failing after 5s
Quant Engine CI/CD Pipeline / validate-ui-and-storage (push) Has been skipped
Quant Engine CI/CD Pipeline / validate-core (push) Failing after 9s
Deploy to Production / Build & Deploy to Production (push) Failing after 2m32s
- fix CS0542: rename Users/Assets private members to _users/_assets - fix CS0246: MudDialogInstance -> IMudDialogInstance - fix AppTheme: PaletteLight/PaletteDark, string[] FontFamily, string typography values - fix DataCollectionMonitoring: @(ticker.DataPointCount)개 Korean char parsing - fix SchedulerService: add missing Hangfire namespaces, fix GetJobStatus return type - fix Program.cs: move PostgreSQL setup above Hangfire registration - fix ConfirmDialog: BackdropClick, Canceled spelling for MudBlazor v8 - fix static asset conflict: remove wwwroot/_framework from git tracking - chore: add wwwroot/_framework/ to .gitignore - ci: change DEPLOY_HOST from IP to quant.taxbaik.com domain
60 lines
918 B
Plaintext
60 lines
918 B
Plaintext
# 데이터 파일 (매 실행마다 재생성)
|
|
GatherTradingData.xlsx
|
|
GatherTradingData.json
|
|
|
|
# LibreOffice 임시 잠금 파일
|
|
.~lock.*
|
|
|
|
# 빌드 산출물
|
|
Temp/
|
|
dist/
|
|
outputs/
|
|
|
|
# .NET 빌드 산출물
|
|
**/bin/
|
|
**/obj/
|
|
publish-output/
|
|
*.user
|
|
*.suo
|
|
|
|
# Blazor WASM 클라이언트 정적 자산 (빌드 시 자동 복사, 커밋 불필요)
|
|
src/dotnet/QuantEngine.Web/wwwroot/_framework/
|
|
|
|
# 런타임 감사 로그 (append-only, 매 DAG 실행마다 증가)
|
|
runtime/lineage_events.jsonl
|
|
|
|
# OS / 에디터
|
|
...
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
.venv/
|
|
*.egg-info/
|
|
|
|
# Node
|
|
node_modules/
|
|
|
|
# Google OAuth 토큰 (절대 커밋 금지)
|
|
.clasprc.json
|
|
|
|
# Claude 세션 캐시 (자동메모리 제외)
|
|
.claude/projects/
|
|
*.db-shm
|
|
*.db-wal
|
|
|
|
# 개발자 임시/테스트/백업 파일 패턴 차단
|
|
**/debug_*.log
|
|
**/tmp_*.json
|
|
**/mock_*.json
|
|
**/*_temp.*
|
|
**/*.bak
|
|
**/*.swp
|
|
**/*_backup*
|
|
**/*_copy*
|
|
|