# C extensions
*.so

# **/*.png
# **/*.jpg
# **/*.mp4

# **/*.safetensors
# **/*.pt
# **/*.pth
# **/*.pth.tar
# **/*.pth.tar.gz
# **/*.pth.tar.bz2
# **/*.pth.tar.xz
# **/*.pth.tar.lzma
# **/*.index.json
# **/trainer_state.json
# **/metadata.json
# **/config.json
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# build artifacts

.eggs/
.mypy_cache
*.egg-info/
build/
dist/
pip-wheel-metadata/


# dev tools

.envrc
.python-version
.idea
.venv/
.vscode/
/*.iml
pyrightconfig.json
.ruff_cache/

# jupyter notebooks

.ipynb_checkpoints


# miscellaneous

.cache/
doc/_build/
*.swp
.DS_Store


# python

*.pyc
*.pyo
__pycache__


# testing and continuous integration

.coverage
.pytest_cache/
.benchmarks

# documentation build artifacts

docs/build
site/

# The following ignores are from vila repository
*.whl
*_dev
dev/
# config.json
eval_output/
eval-result/
hostfile
core.*
*.out
captioner_bk/
slurm-logs/
captioner/
hostfile
*_dev.py
*_dev.sh


# Python
__pycache__
*.pyc
*.egg-info
dist

# Log
*.log
*.log.*

# Data
!**/alpaca-data-conversation.json

# Editor
.idea
*.swp

# Other
.DS_Store
wandb

# Playground
playground/

# Hydra 
.hydra/

# Data
demo_data/gr00t-gr1-apple-to-shelf/
tmp/
output/

# data
**/*demo_data*

# training
**/*checkpoints*
training_scripts/logs
*dvrk*.png
