matching / .gitignore
Calcifer0323's picture
Deploy FastAPI embedding service: optimized for HuggingFace with Docker, torch 2.1.2, numpy<2
e46589a
raw
history blame contribute delete
213 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
build/
dist/
*.egg-info/
# Environment
.env
.env.local
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Cache
.cache/
*.log