# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.eggs/

# Model files
*.pt
*.pth
*.onnx
*.engine
*.trt

# Outputs
runs/
checkpoints/
vis_output/

# IDE / system
.vscode/
.idea/
*.DS_Store
.ipynb_checkpoints/
