Spaces:
Sleeping
Sleeping
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| venv/ | |
| env/ | |
| ENV/ | |
| # Python backend at root level (deploy to Render, not Vercel) | |
| /api/ | |
| /src/ | |
| /requirements.txt | |
| /runtime.txt | |
| /render.yaml | |
| /pyproject.toml | |
| /.python-version | |
| # Testing | |
| /tests/ | |
| .pytest_cache/ | |
| .hypothesis/ | |
| .coverage | |
| htmlcov/ | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |
| # Git | |
| .git/ | |
| .gitignore | |
| # Documentation | |
| *.md | |
| !README.md | |
| # Benchmarks | |
| .benchmarks/ | |
| # Local env files | |
| .env | |
| .env.local | |