Datasets:
| # Scripts (not part of the dataset release) | |
| scripts/ | |
| # Python artifacts | |
| __pycache__/ | |
| *.py[cod] | |
| *.pyo | |
| # OS metadata | |
| .DS_Store | |
| Thumbs.db | |
| desktop.ini | |
| # Editor directories | |
| .vscode/ | |
| .idea/ | |
| # Python environments | |
| venv/ | |
| .env | |
| env/ | |
| # Jupyter | |
| .ipynb_checkpoints/ | |