Spaces:
Running on T4
Running on T4
| # Build output | |
| data/qa-runs | |
| # Virtual environment | |
| venv/ | |
| .venv/ | |
| env/ | |
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *.pyo | |
| *.pyd | |
| .Python | |
| *.egg-info/ | |
| dist/ | |
| build/ | |
| # Model cache | |
| .cache/ | |
| ~/.cache/huggingface/ | |
| # Environment variables | |
| .env | |
| .env.local | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| # Runtime data (uploads and processed job files) | |
| data/uploads/ | |
| data/jobs/ | |
| # Logs | |
| *.log | |
| uvicorn.log | |
| # Frontend QA runner artifacts when deployed into the Hugging Face Space | |
| node_modules/ | |
| playwright-report/ | |
| test-results/ | |
| *.tsbuildinfo | |