Spaces:
Build error
Build error
| notebooks/ | |
| data/ | |
| .uploads/ | |
| .venv/ | |
| .env | |
| sqlite-db/ | |
| temp/ | |
| google-credentials.json | |
| docker-compose* | |
| .docker_data/ | |
| docs/ | |
| surreal_data/ | |
| surreal-data/ | |
| notebook_data/ | |
| temp/ | |
| *.env | |
| .git/ | |
| .github/ | |
| # Frontend build artifacts and dependencies | |
| frontend/node_modules/ | |
| frontend/.next/ | |
| frontend/.env.local | |
| # Cache directories (recursive patterns) | |
| **/__pycache__/ | |
| **/.mypy_cache/ | |
| **/.ruff_cache/ | |
| **/.pytest_cache/ | |
| **/*.pyc | |
| **/*.pyo | |
| **/*.pyd | |
| .coverage | |
| .coverage.* | |
| htmlcov/ | |
| .tox/ | |
| .nox/ | |
| .cache/ | |
| nosetests.xml | |
| coverage.xml | |
| *.cover | |
| *.py,cover | |
| .hypothesis/ | |
| # IDE and editor files | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| *~ | |
| # OS files | |
| .DS_Store | |
| .DS_Store? | |
| ._* | |
| .Spotlight-V100 | |
| .Trashes | |
| ehthumbs.db | |
| Thumbs.db | |
| .quarentena/ | |
| surreal_single_data/ |