# Python
.venv/
venv/
__pycache__/
*.pyc
*.pyo
*.egg-info/
build/
dist/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Data / models / recordings (large, not source)
*.mp4
*.mkv
*.avi
data/
datasets/
checkpoints/
*.pt
*.pth
*.onnx

# OS
.DS_Store
Thumbs.db

# Editors
.vscode/
.idea/
*.swp
