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

# large files
*.png
*.gif
*.pkl

# 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

# IDEs
.vscode
.idea

# xdof specific
local_data_cache
*.npy.mp4

# lychee
.lycheecache
