Spaces:
Running
Running
| # Dependencies | |
| node_modules/ | |
| .pnp | |
| .pnp.js | |
| # Build outputs | |
| dist/ | |
| dist-ssr/ | |
| build/ | |
| *.local | |
| # Vite | |
| .vite/ | |
| # Logs | |
| logs/ | |
| *.log | |
| npm-debug.log* | |
| yarn-debug.log* | |
| yarn-error.log* | |
| pnpm-debug.log* | |
| lerna-debug.log* | |
| # Environment files | |
| .env | |
| .env.local | |
| .env.development.local | |
| .env.test.local | |
| .env.production.local | |
| *.env | |
| # IDE | |
| .vscode/* | |
| !.vscode/extensions.json | |
| !.vscode/settings.json | |
| .idea/ | |
| *.swp | |
| *.swo | |
| *~ | |
| .DS_Store | |
| # OS | |
| Thumbs.db | |
| .DS_Store | |
| # Testing | |
| coverage/ | |
| *.lcov | |
| .nyc_output/ | |
| # TypeScript | |
| *.tsbuildinfo | |
| # Package managers | |
| .npm | |
| .yarn/ | |
| .pnpm-store/ | |
| # Temporary files | |
| *.tmp | |
| .temp/ | |
| tmp/ | |
| # HuggingFace Spaces | |
| .huggingface/ | |
| flagged/ | |
| # Python (for future AI integration) | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| venv/ | |
| ENV/ | |
| env/ | |
| .venv | |
| # Jupyter Notebooks | |
| .ipynb_checkpoints/ | |
| # Bun | |
| bun.lockb | |
| # LLMs | |
| .vscode/ | |
| .claude/settings.local.json | |
| # Dev Scripts | |
| scripts/ | |