# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info/

# Virtual environments and caches
.venv/
.ruff_cache/
.env

# IDEs
.idea/
.vscode/

# Local datasets and training outputs
data/*
runs/

# Model artifacts
*.pt
*.onnx
*.engine
*.torchscript
