.venv/ __pycache__/ *.pyc # secrets - never commit hf_token.txt .env # large model artifacts - not needed in the Space repo (RAG runs against the # already-deployed SageMaker endpoint, weights stay in S3) model.tar.gz model-vllm.tar.gz model-vllm-repackage/ # stale debug captures from earlier deploy attempts sagemaker-logs.txt serve-output.txt # binary files -- HF Spaces requires Xet for these, not plain git-lfs; upload # separately via `hf upload` instead of committing through git rag_index/faiss.index demo_images/*.jpg