# Reference implementation (kept locally, not tracked)
kv_packet_clean

# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/

# Virtualenvs (the real venv lives on /mnt/storage; ignore any local one)
.venv/
venv/

# uv
uv.lock.tmp

# Local env overrides
.env
env.sh
.vscode/settings.json

# Internal development records
/notes/

# Experiment outputs
*_result.json
eval_results/
outputs/
wandb/

# OS
.DS_Store
