recipe-lm-api / .gitignore
ClaireLee2429's picture
Add Dagster pipeline for HuggingFace data processing
a94f896
Raw
History Blame Contribute Delete
141 Bytes
# Python
__pycache__/
*.egg-info/
*.pyc
dist/
build/
# Dagster
.tmp_dagster_home_*/
dagster_storage/
processed_data/
# IDE
.vscode/
.idea/