Go2-Nav_System / .dockerignore
thanhnc19's picture
Upload folder using huggingface_hub
15b8951 verified
Raw
History Blame Contribute Delete
468 Bytes
# colcon workspace artifacts (rebuilt inside the image)
build/
install/
log/
# git
.git/
.gitignore
# python
**/__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
# runtime output, not source
vla_logs/
navila/result/
# heavy weights (fetched separately, not committed) — small in-repo YOLO
# weights under vlm/ are intentionally NOT excluded here, they ship with the image.
navila-ckpt/
*.safetensors
*.pth
# editor / misc
.vscode/
.DS_Store
.superpowers/
docs/