Spaces:
Running
Running
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *.pyo | |
| .venv/ | |
| venv/ | |
| *.egg-info/ | |
| # Node / frontend build artifacts | |
| frontend/node_modules/ | |
| frontend/dist/ | |
| # Editor | |
| .vscode/ | |
| .idea/ | |
| *.suo | |
| *.swp | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |
| # Secrets / local env | |
| .env | |
| .env.* | |
| !.env.example | |
| # Deployment script credentials — do NOT commit tokens | |
| Deploy.py | |