__pycache__/
*.pyc
*.egg-info/
dist/
build/
.pytest_cache/
.ruff_cache/
chorus_data/
*.DS_Store
.env

# Model artifacts — never commit these
*.safetensors
*.bin
*.pt
*.ckpt
tokenizer.json
tokenizer_config.json
chorus_adapter*/
adapters/
checkpoints/
wandb/

# IDE / tool config
.claude/

# Experimentation artifacts
notebooks/
results/
