Files
pdf-inspector/.gitignore
T
Abimael MartellandClaude Opus 4.5 135ce518c1 Initial commit: Rust PDF-to-Markdown library
- Smart PDF type detection (text vs scanned) without full document load
- Text extraction using lopdf directly
- Markdown conversion with header/list/code detection
- CLI tools: detect-pdf, pdf2md

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-06 11:51:41 -08:00

26 lines
227 B
Plaintext

# Rust build artifacts
/target/
debug/
*.pdb
# Cargo lock (optional for libraries)
Cargo.lock
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Test files
*.pdf
!tests/fixtures/*.pdf
# Build cache
**/*.rs.bk