.venv
.vscode
venv
.env
__pycache__
*.pyc
.pytest_cache
dist/
build/
# The broad build/ rule above also matches docs/v6/build/, which is real docs
# content (linked from docs.json). Keep tracking it so docs.hud.ai/v6/build/*
# does not 404.
!docs/v6/build/
*.egg-info/
uv.lock

# Media files
*.jpg
*.jpeg
*.bmp
*.tiff

# DS-Store
.DS_Store

# Test files
/*.ipynb
TODO.md

.coverage

*.log

/ref/

.cursor/

/dev/

.claude

*.csv
.rl_config_*.json
.rl-config-*.json

# RL
wandb/
outputs/

test/

/checkpoints/
/checkpoints_test/
hud/rl/checkpoints/
hud/rl/checkpoints_test/

.ck/

.hud_eval_config
.hud_eval.toml

docs/internal

environments/

experiments/
.memories/

.codex/