-
Notifications
You must be signed in to change notification settings - Fork 367
Expand file tree
/
Copy path.gitignore
More file actions
57 lines (43 loc) · 827 Bytes
/
.gitignore
File metadata and controls
57 lines (43 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# data & resources
outputs/
assets/
# setup
data_juicer.egg-info/
py_data_juicer.egg-info/
build/
dist
# others
.DS_Store
.idea/
wandb/
__pycache__
.vscode/
.ipynb_checkpoints/
# label studio related
label_studio_data/
label_studio_venv/
label_studio_connection.json
**/__dj__produced_data__/*
venv/
.venv/
# dup files created by tests
tests/ops/data/*dup*
tests/tools/tmp_*/
tests/ops/deduplicator/chinese_dedup/
tests/ops/deduplicator/english_dedup/
# temp directory for distributed Ray tests (shared between containers)
tmp/
# perf bench data
perf_bench_data/
# some local demo data
demos/local/*
# env file
.env
demos/local/*
# cython outputs
/data_juicer/ops/deduplicator/minhash.cpython-*
/data_juicer/ops/deduplicator/tokenize.c
/data_juicer/ops/deduplicator/tokenize.cpython-*
# claude
.claude/
CLAUDE.md