Skip to content

Commit 7923721

Browse files
authored
build(add-files-created-for-other-dev-envs-to-gitignore): Add files such as requirements.txt, .python-version, bun.lockb, and yarn.lock so that if anybody uses these systems, they don't accidentally push the files (OpenHands#519)
1 parent 7745298 commit 7923721

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ share/python-wheels/
2525
.installed.cfg
2626
*.egg
2727
MANIFEST
28+
requirements.txt
2829

2930
# PyInstaller
3031
# Usually these files are written by a python script from a template
@@ -85,7 +86,7 @@ ipython_config.py
8586
# pyenv
8687
# For a library or package, you might want to ignore these files since the code is
8788
# intended to run in multiple environments; otherwise, check them in:
88-
# .python-version
89+
.python-version
8990

9091
# pipenv
9192
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
@@ -168,6 +169,8 @@ evaluation/SWE-bench/data
168169
# dependencies
169170
frontend/node_modules
170171
frontend/.pnp
172+
frontend/bun.lockb
173+
frontend/yarn.lock
171174
.pnp.js
172175

173176
# testing

0 commit comments

Comments
 (0)