Datasets:
| # build artifacts | |
| .eggs/ | |
| .mypy_cache | |
| *.egg-info/ | |
| build/ | |
| dist/ | |
| pip-wheel-metadata/ | |
| # dev tools | |
| .envrc | |
| .python-version | |
| .idea | |
| .venv/ | |
| .vscode/ | |
| /*.iml | |
| # jupyter notebooks | |
| .ipynb_checkpoints | |
| # miscellaneous | |
| .cache/ | |
| doc/_build/ | |
| *.swp | |
| .DS_Store | |
| # python | |
| *.pyc | |
| *.pyo | |
| __pycache__ | |
| # testing and continuous integration | |
| .coverage | |
| .pytest_cache/ | |
| .benchmarks | |
| # documentation build artifacts | |
| docs/build | |
| site/ | |
| # runs | |
| /runs/ | |
| /wandb/ | |
| /scratch/ | |
| # compiled rust extension | |
| target/ | |
| *.so | |
| # macOS metadata | |
| *.DS_Store | |
| # ignoring test output | |
| /tests/work/ | |
| /python/dolma/core/warc | |
| # ignore vscode directory | |
| .vscode | |
| # ignore temporary directories | |
| /tmp/ | |
| /temp/ | |