# Build artifacts
build/
dist/
*.egg-info/
*.egg
wheels/

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Virtual environments
.venv/
venv/
env/
.env

# IDE
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db

# Training artifacts — large, never commit
*.pt
*.safetensors
*.bin
release/
checkpoints/
checkpoints_sft/
logs/
logs_sft/
sft_output/
runs/
tensorboard/

# Data
data/
*.jsonl
*.tokcache_*.pt

# HF cache
.cache/