ahczhg's picture
Upload .gitignore with huggingface_hub
d380af7 verified
# Jupyter Notebook
.ipynb_checkpoints
*/.ipynb_checkpoints/*
# 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 Environment
venv/
env/
ENV/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Model files (if you want to exclude large model files)
*.bin
*.h5
*.onnx