infy / .gitignore
shourya
Add pre-downloaded lightweight models (DistilBERT + BERT) for offline demo - 675MB via Git LFS
8e7816a
raw
history blame contribute delete
609 Bytes
# 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 environments
venv/
ENV/
env/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Temporary files
*.tmp
*.temp
*.log
.cache/
# Data processing
.ipynb_checkpoints/
# ========================================
# IMPORTANT: DO NOT IGNORE MODELS
# ========================================
# Models are pre-cached and committed to the repo
# using Git LFS for large files (.gitattributes configured)
# !/models/
# !/models/**