Spaces:
Running
Running
| .DS_Store | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| *.pyd | |
| .pytest_cache/ | |
| .mypy_cache/ | |
| .ruff_cache/ | |
| .venv/ | |
| .env | |
| node_modules/ | |
| dist/ | |
| build/ | |
| *.log | |
| outputs/ | |
| checkpoints/ | |
| artifacts/ | |
| data/cache/* | |
| data/processed/* | |
| data/synthetic/* | |
| data/retrieval_index/* | |
| !data/**/.gitkeep | |
| app/ui/frontend/.vite/ | |