Spaces:
Sleeping
Sleeping
| # Git | |
| .git | |
| .gitignore | |
| .env | |
| lily_llm_media/ | |
| lily_llm_env/ | |
| lily_llm_core/models/ | |
| lily_llm_ignore/ | |
| vector_stores/ | |
| latex_ocr_env/ | |
| lily_llm_utils/LaTeX-OCR/ | |
| hearth_llm_model/ | |
| ocr_models/ | |
| latex_ocr_faiss_simple/ | |
| latex_ocr_faiss_stores/ | |
| uploads/ | |
| simple_stores/ | |
| notebooks/ | |
| lily_llm_etc/ | |
| lily_generate_project/lily_generate_package/data/ | |
| *.safetensors | |
| *.pth | |
| # 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 | |
| # Virtual environments | |
| venv/ | |
| env/ | |
| ENV/ | |
| .venv/ | |
| .env/ | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| *~ | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |
| # Logs | |
| *.log | |
| logs/ | |
| *.out | |
| # Cache | |
| cache/ | |
| .cache/ | |
| __pycache__/ | |
| # Temporary files | |
| temp/ | |
| tmp/ | |
| *.tmp | |
| *.temp | |
| # Large model files (will be downloaded at runtime from Hugging Face Hub) | |
| *.bin | |
| *.safetensors | |
| *.pt | |
| *.pth | |
| models/*/ | |
| lily_llm_core/models/*/ | |
| # Data files | |
| data/ | |
| uploads/ | |
| vector_stores/ | |
| # Backup files | |
| backup/ | |
| *.backup | |
| *.bak | |
| # Documentation (except README) | |
| docs/ | |
| *.md | |
| !README_huggingface.md | |
| # Test files | |
| test_* | |
| *_test.py | |
| tests/ | |
| # Docker | |
| Dockerfile | |
| Dockerfile.* | |
| !Dockerfile.huggingface | |
| docker-compose.yml | |
| docker-compose.yaml | |
| # Other configs | |
| .env | |
| .env.* | |
| config.yaml | |
| config.json |