Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .DS_Store
Binary file not shown.
22 changes: 22 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -233,3 +233,25 @@ __marimo__/
/s3/
checkpoints/
outputs/

# Internal — not for public release
anyscale/
.claude/
AGENTS.md
ICML_REVISION_LOG.md
rebuttal.md
reviews.md
scripts/
sweeps/
experiments/

# Training data — distributed via the public bucket, not git
data/train.parquet
data/test.parquet
data/GFP_cassette.fasta

# Exported Jupyter notebooks are kept for GitHub rendering.

# Rendered figures — regenerated from notebooks, not stored in git
*.png
*.pdf
Loading
Loading