Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
| # Gitignore for Conference-Generator-VibeVoice | |
| # Ignore common build/dependency directories | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| *.pyd | |
| .Python | |
| env/ | |
| venv/ | |
| .venv/ | |
| build/ | |
| dist/ | |
| *.egg-info/ | |
| .tox/ | |
| .mypy_cache/ | |
| .pytest_cache/ | |
| .ruff_cache/ | |
| # Ignore editor/IDE files | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *~ | |
| .DS_Store | |
| # Ignore Modal-specific files | |
| .modal.json | |
| .modalignore | |
| .modal/ | |
| # Ignore local data/logs | |
| *.log | |
| data/ | |
| tmp/ | |
| # Ignore sensitive files | |
| .env | |
| .env.* | |
| *.pem | |
| *.key | |
| *.crt | |
| *.p12 | |
| *.pfx | |
| *.jks | |
| *.secret | |
| *.token | |
| # Ignore backend_modal directory for Hugging Face Space deployment | |
| backend_modal/ | |