ProfillyBot / .dockerignore
MinhDS's picture
Deploy ProfillyBot: Gradio ZeroGPU + CV RAG (Qwen2.5-3B)
0828c2c verified
Raw
History Blame Contribute Delete
393 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.venv/
venv/
env/
# UV
.uv/
uv.lock
# IDE
.vscode/
.idea/
*.swp
*.swo
# Git
.git/
.gitignore
# Logs
*.log
logs/
# Vector database and indexes (will be built in container)
chroma_db/
bm25_index/
# Testing
.pytest_cache/
.coverage
htmlcov/
# OS
.DS_Store
Thumbs.db
# Documentation
*.md
!README_HF.md
docs/