# Python-generated files __pycache__/ *.py[oc] build/ dist/ wheels/ *.egg-info # Virtual environments .venv/ venv/ env/ ENV/ .uv/ uv.lock # Logs and outputs logs/ *.log nohup.out # Checkpoints and weights checkpoints/ ckpts/ *.pth *.pt *.tar !setup.py !requirements.txt # Datasets dataset/ datasets/ data/ **/train2017/ **/val2017/ **/test2017/ **/annotations/ # Cache files sd_self_attn_cache/ coco_knn_results/ backup_bin/ sd_vis/ *.h5 *.hdf5 # Temporary files temp_*/ *.tmp *.swp *.swo *~ # IDE .vscode/ .idea/ *.iml # OS .DS_Store Thumbs.db # Large model files *.safetensors *.bin *.onnx *.msgpack # Compressed files *.tar.gz *.tar.bz2 *.zip # Hugging Face cache .cache/ huggingface/ # ============================================ # Experiment directories (PAMI paper assets) # Kept locally, not pushed to GitHub # ============================================ CLIPSelf/ declip_quant/ failure_case_analysis/ robustness_eval/ decoupling_analysis/ rcc_analysis/ ablation_experiments/ attention_viz/ prompt_ensemble_ablation/ CSAUpsampler/ SimFeatUp/ SegEarth-OV/ ProxyCLIP_TPAMI/ mmsegmentation/ build_env/ # detection_trt/ — tracked (small code, 120K) TensorRT/ mmdeploy/ # Loose experiment scripts run_benchmark_eval.py run_benchmark_eval.sh pyproject.toml.bak