# Python __pycache__/ *.py[cod] *.egg-info/ .eggs/ build/ dist/ .venv/ venv/ env/ # Model weights & media — never committed (size / licensing) models/ *.pt *.onnx *.mp4 *.mkv *.avi *.mov *.webm # IDE / OS .idea/ .vscode/ .DS_Store Thumbs.db