__pycache__/
*.py[cod]
.DS_Store
.vscode/
.ipynb_checkpoints/
*.png
*.gif
*.pdf
*.log

# Build artifacts (PyPI packaging)
build/
dist/
*.egg-info/

# Documentation notes (development only)
*_GUIDE.md
*_NOTES.md
*_COMPLETE.md
*_FIXES*.md
*_OPTIMIZATION.md
*_COMPARISON.md
QUICK_*.md
READY_*.md

# Training artifacts
checkpoints/
logs/
runs/
wandb/
*.ckpt
*.pth.tar

# Data directories (user-specific)
data/
datasets_cache/

# Test files (keep validation notebook only)
test_*.py
!vg_hubert/tests/
!vg_hubert/tests/test_*.py
