# Python-generated files
__pycache__/
*.py[oc]
/build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv
.venv-wsl

# Secrets
.env
.env.*
!.env.example

# OS files
.DS_Store
Thumbs.db
Desktop.ini


CLAUDE.md
AGENTS.md
PLAN.md
.agent/
.claude/
# Data
data/
# data/credit/은 git 추적 (신용평가 보고서 발간용)
!data/credit/
!data/credit/**

# Backup (파일 삭제 대신 이동)
_backup/

# Node modules (all locations)
node_modules/

# UI build artifacts
ui/build/
ui/node_modules/
ui/.svelte-kit/

# Landing page build artifacts
landing/build/
landing/.svelte-kit/
landing/static/blog/assets/

# MkDocs build
site/

# Hypothesis test artifacts
.hypothesis/

# Local experiment artifacts
experiments/**/output/
experiments/**/*.parquet
experiments/055_edgarDocs/*.parquet
experiments/055_edgarDocs/batch/
crates/
experiments/105_filingSemanticMap/docsStore/stemIndex.npz
.vscode/

# Video production artifacts
video/
