tmp
modules/orchestration/temp/
*.DS_Store
*.pt
*.pyc
*.csv
*__pycache__/
# *.pyc
*.pyo
*.pyd
.ipynb_checkpoints/
.pypirc
.env
*.ipynb
.cache
.venv
dist
artifact
temp
test/
tool/

examples/profiling/
core
app
src/rohe/external/k8s/apis__apps__v1_openapi.json
src/rohe/external/k8s/api__v1_openapi.json
*.pb
*.index
*.tflite
*.data-00000-of-00001
build.sh

plan/

# Simulation artifacts (never commit - simulation_plan.md rule)
**/simulation/
**/sim_models/
**/sim_config/
**/simulated_*.py
**/sim_*.yaml
**/sim_*.yml
examples/applications/*/config/sim_*
examples/applications/*/models/
examples/applications/*/data_preprocessing/

# Experiment results and exported data
**/results/
**/export_output/

# Model weights and checkpoints
*.pth
*.onnx
*.pkl
*.joblib
*.h5
*.safetensors
