.gitignore 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  1. # Byte-compiled / optimized / DLL files
  2. __pycache__/
  3. *.py[cod]
  4. *$py.class
  5. # C extensions
  6. *.so
  7. # Distribution / packaging
  8. .Python
  9. build/
  10. develop-eggs/
  11. dist/
  12. downloads/
  13. eggs/
  14. .eggs/
  15. ./lib/
  16. lib64/
  17. parts/
  18. sdist/
  19. var/
  20. wheels/
  21. share/python-wheels/
  22. *.egg-info/
  23. .installed.cfg
  24. *.egg
  25. MANIFEST
  26. requirements.txt
  27. # PyInstaller
  28. # Usually these files are written by a python script from a template
  29. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  30. *.manifest
  31. *.spec
  32. # Installer logs
  33. pip-log.txt
  34. pip-delete-this-directory.txt
  35. # Unit test / coverage reports
  36. htmlcov/
  37. .tox/
  38. .nox/
  39. .coverage
  40. .coverage.*
  41. .cache
  42. nosetests.xml
  43. coverage.xml
  44. *.cover
  45. *.py,cover
  46. .hypothesis/
  47. .pytest_cache/
  48. cover/
  49. # Translations
  50. *.mo
  51. *.pot
  52. # Django stuff:
  53. local_settings.py
  54. db.sqlite3
  55. db.sqlite3-journal
  56. # Flask stuff:
  57. instance/
  58. .webassets-cache
  59. # Scrapy stuff:
  60. .scrapy
  61. # Sphinx documentation
  62. docs/_build/
  63. # PyBuilder
  64. .pybuilder/
  65. target/
  66. # Jupyter Notebook
  67. .ipynb_checkpoints
  68. # IPython
  69. profile_default/
  70. ipython_config.py
  71. # pyenv
  72. # For a library or package, you might want to ignore these files since the code is
  73. # intended to run in multiple environments; otherwise, check them in:
  74. .python-version
  75. # pipenv
  76. # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
  77. # However, in case of collaboration, if having platform-specific dependencies or dependencies
  78. # having no cross-platform support, pipenv may install dependencies that don't work, or not
  79. # install all needed dependencies.
  80. #Pipfile.lock
  81. # poetry
  82. # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
  83. # This is especially recommended for binary packages to ensure reproducibility, and is more
  84. # commonly ignored for libraries.
  85. # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
  86. # poetry.lock
  87. # pdm
  88. # Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
  89. #pdm.lock
  90. # pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
  91. # in version control.
  92. # https://pdm.fming.dev/#use-with-ide
  93. .pdm.toml
  94. # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
  95. __pypackages__/
  96. # Celery stuff
  97. celerybeat-schedule
  98. celerybeat.pid
  99. # SageMath parsed files
  100. *.sage.py
  101. # Environments
  102. .env
  103. frontend/.env
  104. .venv
  105. env/
  106. venv/
  107. ENV/
  108. env.bak/
  109. .env.bak
  110. venv.bak/
  111. *venv/
  112. # Spyder project settings
  113. .spyderproject
  114. .spyproject
  115. # Rope project settings
  116. .ropeproject
  117. # mkdocs documentation
  118. /site
  119. # mypy
  120. .mypy_cache/
  121. .dmypy.json
  122. dmypy.json
  123. # Pyre type checker
  124. .pyre/
  125. # pytype static type analyzer
  126. .pytype/
  127. # Cython debug symbols
  128. cython_debug/
  129. # PyCharm
  130. # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
  131. # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
  132. # and can be added to the global gitignore or merged into this file. For a more nuclear
  133. # option (not recommended) you can uncomment the following to ignore the entire idea folder.
  134. .idea/
  135. .vscode/
  136. .cursorignore
  137. # evaluation
  138. evaluation/evaluation_outputs
  139. evaluation/outputs
  140. evaluation/swe_bench/eval_workspace*
  141. evaluation/SWE-bench/data
  142. evaluation/webarena/scripts/webarena_env.sh
  143. evaluation/bird/data
  144. evaluation/gaia/data
  145. evaluation/gorilla/data
  146. evaluation/toolqa/data
  147. evaluation/scienceagentbench/benchmark
  148. evaluation/commit0_bench/repos
  149. # openhands resolver
  150. output/
  151. # frontend
  152. # dependencies
  153. frontend/.pnp
  154. frontend/bun.lockb
  155. frontend/yarn.lock
  156. .pnp.js
  157. # testing
  158. frontend/coverage
  159. test_results*
  160. /_test_files_tmp/
  161. # production
  162. frontend/build
  163. frontend/dist
  164. # misc
  165. .DS_Store
  166. .env.local
  167. .env.development.local
  168. .env.test.local
  169. .env.production.local
  170. npm-debug.log*
  171. yarn-debug.log*
  172. yarn-error.log*
  173. logs
  174. # agent
  175. .envrc
  176. /workspace
  177. /_test_workspace
  178. /debug
  179. cache
  180. # configuration
  181. config.toml
  182. config.toml_
  183. config.toml.bak
  184. # swe-bench-eval
  185. image_build_logs
  186. run_instance_logs
  187. runtime_*.tar
  188. # docker build
  189. containers/runtime/Dockerfile
  190. containers/runtime/project.tar.gz
  191. containers/runtime/code
  192. **/node_modules/