# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
*.egg

# Virtual environments
.venv/
venv/

# IDE
.idea/
.vscode/
*.swp
*.swo

# Data
/data/
*.jsonl
!configs/**/*.yaml

# Checkpoints
/checkpoints/
*.pt
*.bin
*.safetensors

# W&B
wandb/

# Jupyter
.ipynb_checkpoints/

# OS
.DS_Store
Thumbs.db

# Ruff
.ruff_cache/

# pytest
.pytest_cache/

# uv
.python-version

/example/**/*.pdf
