Datasets:

ArXiv:
Tags:
RedPajama-Data-V2 / .gitignore
mauriceweber's picture
rpv2-subsamples (#26)
02c400d verified
# 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/