Spaces:
Running
Running
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| build/ | |
| develop-eggs/ | |
| dist/ | |
| downloads/ | |
| eggs/ | |
| .eggs/ | |
| lib/ | |
| lib64/ | |
| parts/ | |
| sdist/ | |
| var/ | |
| wheels/ | |
| *.egg-info/ | |
| .installed.cfg | |
| *.egg | |
| MANIFEST | |
| # Virtual environments | |
| .env | |
| .venv | |
| env/ | |
| venv/ | |
| ENV/ | |
| env.bak/ | |
| venv.bak/ | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| *~ | |
| # OS | |
| .DS_Store | |
| .DS_Store? | |
| ._* | |
| .Spotlight-V100 | |
| .Trashes | |
| ehthumbs.db | |
| Thumbs.db | |
| # Project specific - Test and temporary files (but keep leaderboard_results.csv) | |
| # leaderboard_results.csv # ์ฃผ์ ์ฒ๋ฆฌํ์ฌ Git ์ถ์ ํ์ฉ | |
| evaluation_results.json | |
| test_model_responses.csv | |
| *.log | |
| # Private data (๋ฏผ๊ฐํ ๋ฐ์ดํฐ) | |
| #data/private/ | |
| # Jupyter Notebook | |
| .ipynb_checkpoints | |
| # pyenv | |
| .python-version | |
| # pipenv | |
| Pipfile.lock | |
| # pytest | |
| .pytest_cache/ | |
| .coverage | |
| htmlcov/ | |
| # mypy | |
| .mypy_cache/ | |
| .dmypy.json | |
| dmypy.json | |
| # Gradio temporary files | |
| gradio_cached_examples/ | |
| flagged/ | |
| # Lock files for file locking mechanism | |
| *.lock | |
| # MacOS specific | |
| .AppleDouble | |
| .LSOverride | |
| Icon | |
| # Thumbnails | |
| ._* | |
| # Files that might appear in the root of a volume | |
| .DocumentRevisions-V100 | |
| .fseventsd | |
| .TemporaryItems | |
| .VolumeIcon.icns | |
| .com.apple.timemachine.donotpresent | |
| # Directories potentially created on remote AFP share | |
| .AppleDB | |
| .AppleDesktop | |
| Network Trash Folder | |
| Temporary Items | |
| .apdisk | |
| # Setup artifacts and temporary files | |
| =*.* | |
| fix_setup.sh | |
| install_dependencies.sh | |
| step_by_step.sh | |
| simple_test.py | |
| # Data | |
| freshqa/freshqa_prompt.py |