# keep each top level section alphabetical
# keep each item within the sections alphabetical

# large files
*.png
*.gif
*.pkl
!/xdof/calibration/assets/*

# learning
*logs*
*runs*
*tb_logs*
*wandb*
*wandb_logs*

# mac
*.DS_Store

# python
*.egg-info
*.hypothesis
*.ipynb_checkpoints
*.mypy_cache
*.pyc
*.pyo
.coverage*
__pycache__
.venv/
build/
coverage.xml
dist/
pytest.xml
/requirements.txt

# vim
*.swp

# ansible
.vault_pass
.sudo_pass

# secrets
.env
.env.local
.env.development

# IDEs
.vscode
.idea
.trae

# xdof specific
local_data_cache
*.npy.mp4

# lychee
.lycheecache

# cursor
.cursor/
