Spaces:
Running
Running
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| venv/ | |
| .env | |
| *.db | |
| *.faiss | |
| *.pt | |
| *.bin | |
| # Node | |
| node_modules/ | |
| .next/ | |
| dist/ | |
| .env.local | |
| package-lock.json | |
| yarn.lock | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| .DS_Store | |
| # Notebooks output | |
| notebooks/.ipynb_checkpoints/ |