| # RetinaSense-ViT .gitignore | |
| # ===== Large model files ===== | |
| *.pth | |
| *.pt | |
| *.h5 | |
| *.onnx | |
| *.pb | |
| *.safetensors | |
| # ===== Datasets (multi-GB) ===== | |
| aptos/ | |
| odir/ | |
| ocular-disease-recognition-odir5k/ | |
| refuge2/ | |
| data/ | |
| # ===== Preprocessed caches ===== | |
| preprocessed_cache/ | |
| preprocessed_cache_v3/ | |
| preprocessed_cache_vit/ | |
| # ===== Output directories (models, results, gradcam) ===== | |
| outputs/ | |
| outputs_*/ | |
| # ===== Committed config exceptions ===== | |
| !configs/ | |
| !configs/*.json | |
| # ===== Python ===== | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| build/ | |
| dist/ | |
| eggs/ | |
| .eggs/ | |
| *.egg-info/ | |
| *.egg | |
| # ===== Jupyter ===== | |
| .ipynb_checkpoints/ | |
| */.ipynb_checkpoints/ | |
| # ===== Virtual environments ===== | |
| .env | |
| .venv | |
| env/ | |
| venv/ | |
| ENV/ | |
| # ===== IDEs ===== | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| *~ | |
| # ===== OS ===== | |
| .DS_Store | |
| Thumbs.db | |
| # ===== Logs ===== | |
| *.log | |
| logs/ | |
| # ===== Large data files ===== | |
| *.csv | |
| *.zip | |
| *.tar.gz | |
| *.pkl | |
| *.pickle | |
| # ===== Gradio cache ===== | |
| .gradio/ | |
| # ===== Test artifacts ===== | |
| sample_fundus_test.jpg | |
| diagnose_model.py | |
| # ===== Temporary files ===== | |
| *.tmp | |
| *.bak | |
| .claude.json.tmp* | |
| # ===== Claude Code ===== | |
| .claude.json | |
| .claude/ | |
| # ===== System / dotfiles ===== | |
| /.bashrc | |
| /.cache | |
| /.config | |
| /.gitconfig | |
| /.kaggle | |
| /.lightning_studio | |
| /.lightningignore | |
| /.npm | |
| /.nv | |
| /.vimrc | |
| /.zcompdump | |
| /.zsh_history | |
| /.zshrc | |
| /.condarc | |
| /.docker | |
| /.hushlogin | |
| /.cursor-server | |
| /.local | |
| /.jupyter | |
| /.nvm | |
| /.profile | |
| /.oh-my-zsh | |
| /.ssh | |
| /.sudo_as_admin_successful | |
| /.vscode-server | |
| /.windsurf-server | |