danielrosehill's picture
Migrate to modern Hugging Face dataset format
85dd753
raw
history blame contribute delete
506 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
venv/
ENV/
env/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Dataset cache
.cache/
cached/
# Testing
.pytest_cache/
.coverage
htmlcov/
# Hugging Face
dataset_infos.json.lock
# Conversion scripts (utilities, not part of distribution)
convert_to_modern_format.py
create_splits.py