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
20 changes: 2 additions & 18 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,16 @@ target/
*.o
*.so

# Data files (large, stored elsewhere)
data/*.csv
data/*.jsonl
data/*.json
!data/selected_features.json
!data/cc_relabel_urls.json
data/*.pt
data/*.txt
!data/*.py
# Runtime data dir (datasets / checkpoints live here on GPU boxes; never tracked)
data/

# WARC files
*.warc.gz

# Logs
data/.logs/
data/*.log
*.log
!work.log

# Large binaries
data/*.bin

# Downloaded model checkpoints
data/block_classifier_*/
data/*.safetensors

# Python
__pycache__/
*.pyc
Expand Down
127 changes: 0 additions & 127 deletions data/add_embeddings.py

This file was deleted.

103 changes: 0 additions & 103 deletions data/analyze_errors.py

This file was deleted.

Loading