﻿# Python
__pycache__/
*.py[cod]
*.pyo
*.egg-info/
*.egg
dist/
build/

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

# Logs and outputs
logs/
*.log
runs/
outputs/
output.json
wandb/
tensorboard/

# Checkpoints and model weights
ckpt/
checkpoints/
*.pt
*.pth
*.bin
*.safetensors
*.ckpt
*.onnx

# Data
datasets/

# Private
.env
private/
secrets/

# System
.DS_Store
Thumbs.db

# IDE
.vscode/
.idea/

# Test / cache
.pytest_cache/
.cache/

# Package manager lockfiles (use pyproject.toml as single source of truth)
uv.lock

# Sisyphus local state
.sisyphus/ralph-loop.local.md
