Spaces:
Runtime error
Runtime error
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *.egg-info/ | |
| .venv/ | |
| venv/ | |
| # Node | |
| frontend/node_modules/ | |
| frontend/.vite/ | |
| # Build output — rebuilt by Docker, don't commit | |
| frontend/dist/ | |
| # Local database | |
| responses.db | |
| *.db | |
| # Fly.io artifacts (not needed for HF) | |
| .fly/ | |
| # Editor | |
| .DS_Store | |
| *.swp | |