# Python cache files — auto-generated, never commit these
__pycache__/
*.py[cod]
*.pyo
*.pyd

# Build output — generated when you run `python -m build`
dist/
build/
*.egg-info/

# Upload scripts — contain HF token, keep private
upload_*.py
generate_preprocessed_npy.py
test_ssl_dataset.py

# Local cache — downloaded dataset files
.cache/

# Virtual environments
.venv/
venv/
env/

# IDE folders
.vscode/
.idea/

# OS files
.DS_Store
Thumbs.db