# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
uv.lock
.DS_Store
.pytest_cache/
.ruff_cache/

# Virtual environments
.venv
.wheel-smoke/

# Local experiment outputs
.benchmarks/
datasets/
runs/
scratch/
tennis/runs/
weights/
*.ckpt
*.engine
*.mlmodel
*.onnx
*.pt
*.pth
*.safetensors
*.torchscript
*.ts
*.zip

# Editor state
.idea/
.vscode/
*.code-workspace
*.sublime-workspace
