__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
.env
.pytest_cache/
*.egg
.omc/
uv.lock
.mypy_cache/
.ruff_cache/
*.so

# 통합 스모크 테스트 산출물 (계좌성 데이터 포함 가능)
tests/integration_report.json
