__pycache__/
*.pyc
*.pyo
.ipynb_checkpoints/

# build / packaging artifacts (generated by `pip install -e .`)
*.egg-info/
build/
dist/

# generated docs site
site/
.superpowers/

# data / model artifacts (kept on the /ephemeral disk, not committed)
data/
models/
*.h5
*.pt
*.jsonl
wandb/
/ephemeral/
