Files
PDFToMD/.gitignore
T
김경종 7e985ae94a add files
2026-04-30 17:05:19 +09:00

22 lines
240 B
Plaintext

# Python environments and caches
venv/
.venv/
.models/
__pycache__/
*.py[cod]
# Test and build artifacts
.pytest_cache/
.mypy_cache/
.ruff_cache/
build/
dist/
*.egg-info/
# Conversion outputs
output/
# Local environment files
.env
*.env