Datasets:

Modalities:
Text
ArXiv:
Tags:
File size: 299 Bytes
02c400d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
*.pyc
*.DS_Store

# data folders
data/*
!data/.gitkeep

# notebooks
notebooks/*
.ipynb_checkpoints

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# ides
.idea/
.vscode/

# distribution
*.egg-info/
dist/
build/