Spaces:
Running
Running
| # Python-generated files | |
| __pycache__/ | |
| *.py[oc] | |
| build/ | |
| dist/ | |
| wheels/ | |
| *.egg-info | |
| .pytest_cache/ | |
| .mypy_cache/ | |
| .tox/ | |
| .coverage | |
| htmlcov/ | |
| .ipynb_checkpoints/ | |
| # Virtual environments | |
| .venv/ | |
| venv/ | |
| ENV/ | |
| env/ | |
| # Environment and Secrets | |
| .env | |
| .env.local | |
| .env.* | |
| !.env.example | |
| *.local | |
| credentials*.json | |
| # OS-specific | |
| .DS_Store | |
| Thumbs.db | |
| *.swp | |
| # IDE-specific | |
| .vscode/ | |
| .idea/ | |
| .cursor/ | |
| .history/ | |
| *.sublime-project | |
| *.sublime-workspace | |
| # Frontend (Node.js) | |
| frontend/node_modules/ | |
| frontend/dist/ | |
| frontend/.cache/ | |
| frontend/*.local | |
| frontend/.eslintcache | |
| frontend/npm-debug.log* | |
| frontend/yarn-debug.log* | |
| frontend/yarn-error.log* | |
| # Docker | |
| .docker/ | |
| # Project-specific | |
| session_logs/ | |
| /logs | |
| hf-agent-leaderboard/ | |
| skills/ | |
| .claude/ | |
| *.jsonl | |
| *.csv | |
| # ML / Data | |
| data/ | |
| datasets/ | |
| models/ | |
| checkpoint-*/ | |
| runs/ | |
| wandb/ | |
| frontend/tsconfig.tsbuildinfo | |