# Model cache directories clip_model_cache/ model_weights/ temp_weights/ tmp/ code/ImportLDraw_auto/ # Model weight files (should be in Model Hub, not repo) *.safetensors *.bin *.msgpack *.h5 # Python *.pyc __pycache__/ *.egg-info dist/ build/ # System files .DS_Store # IDE .vscode/ .idea/ # HuggingFace cache (optional - only if you want to exclude) # .cache/