# Python __pycache__/ *.pyc *.pyo *.egg-info/ dist/ build/ .venv/ venv/ env/ # Model weights cache (cached by HF hub automatically) .cache/ *.bin *.safetensors *.ckpt *.pt # Outputs outputs/ *.ply # HF hub cache ~/.cache/huggingface/ # Editor .vscode/ .idea/ *.swp # OS .DS_Store Thumbs.db