textlens-ocr / .gitignore
GoConqurer's picture
πŸ”§ Fix HuggingFace Spaces deployment issues
6789f6f
raw
history blame contribute delete
729 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
MANIFEST
# PyTorch
*.pth
*.pt
*.ckpt
# Jupyter Notebook
.ipynb_checkpoints
# IPython
profile_default/
ipython_config.py
# Environment variables
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
textlens_env/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# HuggingFace
.cache/
huggingface_hub/
transformers_cache/
# Gradio
flagged/
gradio_cached_examples/
# Logs
*.log
logs/
# Temporary files
*.tmp
*.temp
temp/
# Model checkpoints and cache
models/cache/
*.bin
*.safetensors