# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python

# Distribution / packaging
*.egg-info/
*.egg
dist/
build/
wheels/

# Virtual environments
.venv/
venv/
env/

# Environment variables
.env
.env.local

# Testing
.pytest_cache/
.coverage
htmlcov/

# IDE
.vscode/
.idea/

# Internal docs
*.md
!README.md
!CHANGELOG.md
!.claude/skills/**/*.md

# Test artifacts
test-data/
test-output/
*.hwpx
hwpxskill/
data/
samples/
output/

# Runtime database
*.db
*.db-journal

# Windows Zone.Identifier (인터넷 다운로드 파일 메타데이터, WSL 복사 시 생성)
*:Zone.Identifier


# legacy data
data_legacy/
