Spaces:
Running
Running
| # Dependencies | |
| node_modules/ | |
| npm-debug.log* | |
| yarn-debug.log* | |
| yarn-error.log* | |
| # Build outputs | |
| dist/ | |
| .parcel-cache/ | |
| # Environment variables | |
| .env | |
| .env.local | |
| .env.development.local | |
| .env.test.local | |
| .env.production.local | |
| # IDE and editor files | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| *~ | |
| # OS generated files | |
| .DS_Store | |
| .DS_Store? | |
| ._* | |
| .Spotlight-V100 | |
| .Trashes | |
| ehthumbs.db | |
| Thumbs.db | |
| # Logs | |
| logs | |
| *.log | |
| # Runtime data | |
| pids | |
| *.pid | |
| *.seed | |
| *.pid.lock | |
| # Leaderboard data (stored in dedicated HF Space) | |
| leaderboard.json | |
| # Optional npm cache directory | |
| .npm | |
| # Optional eslint cache | |
| .eslintcache | |
| # Coverage directory used by tools like istanbul | |
| coverage/ | |
| # Temporary folders | |
| tmp/ | |
| temp/ | |
| .aider* | |
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| # Planning documents | |
| HF_DATASET_INTEGRATION_PLAN.md | |
| *_PLAN.md | |
| IMPLEMENTATION_*.md | |
| # Local configuration files | |
| *.local | |
| .env | |
| # Development and testing files | |
| CLAUDE.md | |
| favicon.ico | |
| package-lock.json | |
| test-*.html | |
| # Documentation folder | |
| /docs |