doc_loader 0.3.2

A comprehensive toolkit for extracting and processing documentation from multiple file formats (PDF, TXT, JSON, CSV, DOCX) with Python bindings
Documentation
# Rust
/target
Cargo.lock

# Python
venv/
.venv/
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
dist/
build/

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

# OS
.DS_Store
Thumbs.db

# Output files
output_*.json
*.log

# Temporary files
*.tmp
*.temp

# Testing artifacts
testing/results/*.json
testing/reports/test_results_detailed.json
*_output.json
verify_venv/
publish_venv/

# Large test files (if needed)
testing/corpus/*.pdf
testing/corpus/large_*

# Security - DO NOT COMMIT
.env
.env.*
*.key
*.pem
*.crt
*token*
*secret*
*credential*
config/local.*

# Development environment specific
temp_env/
*_env/
local_config.*
dev_scripts/
*.local

# Smart-locker encrypted data (already encrypted, but exclude for safety)
.smart-locker/
*.locker

# Personal development files
personal/
private/
my_*
*_personal.*

# Development scripts (keep public scripts)
scripts/setup_tokens.sh
scripts/local_*
scripts/*_personal.*