first commit

This commit is contained in:
2026-01-13 10:44:14 +08:00
commit eddcdd428f
521 changed files with 100931 additions and 0 deletions

30
.dockerignore Normal file
View File

@@ -0,0 +1,30 @@
# ignore .git related folders
.git/
.github/
.gitignore
# ignore docs
docs/
# copy in licenses folder to the container
!docs/licenses/
# ignore logs
**/logs/
**/runs/
**/output/*
**/outputs/*
**/videos/*
**/wandb/*
*.tmp
# ignore docker
docker/cluster/exports/
docker/.container.cfg
# ignore recordings
recordings/
# ignore __pycache__
**/__pycache__/
**/*.egg-info/
# ignore isaac sim symlink
_isaac_sim?
# Docker history
docker/.isaac-lab-docker-history
# ignore uv environment
env_isaaclab