- HwpToHwpxConverter_260420/: HWP→HWPX 변환 exe 및 의존 파일 포함 - .gitignore: __pycache__, input/, test_output/, .venv/, *.zip 제외 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
9 lines
68 B
Plaintext
9 lines
68 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
.venv/
|
|
input/
|
|
oldinput/
|
|
test_output/
|
|
*.zip
|