addweb-solution's picture
Upload folder using huggingface_hub
653c38a verified
Raw
History Blame Contribute Delete
295 Bytes
# Python bytecode
__pycache__/
*.py[cod]
# Virtual environments
.venv/
venv/
# Packaging / build output
build/
dist/
*.egg-info/
# Test / runtime caches
.pytest_cache/
.mypy_cache/
.ipynb_checkpoints/
# Local generated outputs
predictions_output.csv
# OS / editor noise
.DS_Store
Thumbs.db