# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.venv/
venv/
env/

# Rust
target/
Cargo.lock

# maturin
*.whl
wheels/

# 로컬 환경
.env
.env.local

# Claude Code 로컬 설정 및 개인 메모 (개인 정보 포함)
.claude/settings.local.json
*.local.md

# IDE
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# dev 브랜치 전용 문서 (main에서 제외)
dev/

# UDFP 작업 산출물
/tmp_roundtrip/
*.udfp.bak.json

# 원본 컨테이너 백업 (사용자 문서, 저장소에 커밋 금지)
*.original_container.bin

# Screenshot pipeline
scripts/.hancom_auth.json
tests/fixtures/html_screenshots/

# Node
node_modules/
workspace/
