# 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 generated training outputs data/* # Model artifacts: ignore checkpoints and downloaded base weights; # trained best.pt under any runs/*/weights/ stays trackable *.pt !**/weights/best.pt *.onnx *.engine *.torchscript # Logs *.log