__pycache__/ *.py[cod] *.so *.dylib *.pyd .DS_Store .env .env.* .venv/ venv/ # Python cache & build artifacts build/ dist/ *.egg-info/ # Hugging Face caches /.cache/ /cache/ /huggingface/ /.huggingface/ /logs/ # Temporary OCR outputs deepseek_ocr_out_*/ deepseek_upload_* tmp/ # Notebooks & checkpoints *.ipynb_checkpoints *.ckpt *.safetensors