# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
.venv/
venv/

# Logs
*.log
logs/
Logs/

# ML training outputs & datasets (too large for git)
data/
runtime/
*.pt
*.pth
*.onnx
*.engine
*.weights

# OS / editor
.DS_Store
.vscode/
.idea/
