Spaces:
Sleeping
Sleeping
| # --- Python --- | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| env/ | |
| venv/ | |
| .venv/ | |
| build/ | |
| develop-eggs/ | |
| dist/ | |
| downloads/ | |
| eggs/ | |
| .eggs/ | |
| lib/ | |
| lib64/ | |
| parts/ | |
| sdist/ | |
| var/ | |
| wheels/ | |
| *.egg-info/ | |
| .installed.cfg | |
| *.egg | |
| # --- FastAPI / Environment --- | |
| .env | |
| .env.local | |
| # --- Node.js / Next.js --- | |
| node_modules/ | |
| /.next/ | |
| /out/ | |
| .next | |
| npm-debug.log* | |
| yarn-debug.log* | |
| yarn-error.log* | |
| .pnpm-debug.log* | |
| # --- Project Specific (IMPORTANT) --- | |
| # Don't push the massive AI model to GitHub | |
| dnabert_local/ | |
| *.bin | |
| *.safetensors | |
| *.pth | |
| *.pt | |
| # --- Mac OS --- | |
| .DS_Store | |
| .AppleDouble | |
| .LSOverride | |
| # --- IDEs --- | |
| .vscode/ | |
| .idea/ | |
| *.swp |