GoutamSachdev's picture
Initial commit: Hybrid Vision RAG PDF Processor for HF Space
6a46e44
Raw
History Blame Contribute Delete
259 Bytes
# Claude Code local tooling
.claude/
# Environment / secrets
.env
.env.*
# Python
__pycache__/
*.py[cod]
*.pyo
.venv/
dist/
build/
*.egg-info/
# Outputs
extracted_images/
content/
hybrid_rag_vector_store/
*.pkl
# Caches / tooling
.pytest_cache/
.uv-cache/