OpenAlex / .gitignore
Mearman's picture
feat: OpenAlex snapshot with source .jsonl.gz and extracted parquet relationships
48bf3a7
raw
history blame contribute delete
166 Bytes
# Python
__pycache__/
*.pyc
sync/__pycache__/
# Provenance (replaced by direct parquet shard existence checks)
_units/
# Staging
.hf_synced/
# macOS
.DS_Store
._*