﻿# Files to tell git to ignore

.DS_Store
.vscode

*.vs
*bin/
*obj/
src/csharp/AssemblyInfo.cs
/ort
/build
/build_*
/test/models/*
/cache_models
/onnxruntime-linux-x64-*
*.csv
.idea
cache_dir
example-models
*.onnx
*.onnx.data
__pycache__
benchmark/python/*.csv
benchmark/python/*.json
models_outputs
models_outputs_cpu
benchmark/python/output
examples/python/genai_models
examples/python/hf_cache
examples/csharp/ModelChat/models

!test/models/gemma4/*
!test/models/hf-internal-testing/*
!test/models/marian-batch/*
!test/models/marian-batch-beams/*
!test/models/marian-batch-values/
!test/models/marian-batch-values/*
!test/models/mistral3/*
!test/models/multimodal-decoder-no-input-ids/*
!test/models/multimodal-decoder-with-input-ids/*
!test/models/phi3-v/*
!test/models/pipeline-model/*.json
!test/models/qwen2-5-vl/*
!test/models/qwen3-5/*
!test/models/qwen3-vl/*
!test/models/whisper/*

.ipynb_checkpoints/
/src/java/.gradle
/src/java/local.properties
/src/java/build
/src/java/CMakeFiles
/src/java/CMakeCache.txt