Skip to content

Commit 378af7a

Browse files
authored
Propose fix typo and ignore emacs backup files (#2432)
2 parents f98c422 + f147962 commit 378af7a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ __pycache__/
66
dots/.config/quickshell/ii/.qmlls.ini
77
.update-lock
88
/os-release
9+
#emacs backup
10+
*~

sdata/uv/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This is important because there has been so many complaints about the failure in
1313
- For reference see [uv doc](https://docs.astral.sh/uv/pip/dependencies/#using-requirementsin).
1414
- `requirements.txt` is included in Git. It's for locking package versions to enhance stability and reproducibility.[^1]
1515

16-
[^1]: In fact, including package version lock file in Git is also the most common way for similar situations, for example the `package-lock.json` of Node.js projects (see also [this stackoverflow question](https://stackoverflow.com/questions/48524417/should-the-package-lock-json-file-be-added-to-gitignore)). Although there are some situations when it's not suitable to include the lock file, for example [the poetry document](https://python-poetry.org/docs/basic-usage/#committing-your-poetrylock-file-to-version-control) recommend application developers to include package version lock file in Git, but library developers should consider more, such as not inluding the lock file or including it but refreshing regularly.
16+
[^1]: In fact, including package version lock file in Git is also the most common way for similar situations, for example the `package-lock.json` of Node.js projects (see also [this stackoverflow question](https://stackoverflow.com/questions/48524417/should-the-package-lock-json-file-be-added-to-gitignore)). Although there are some situations when it's not suitable to include the lock file, for example [the poetry document](https://python-poetry.org/docs/basic-usage/#committing-your-poetrylock-file-to-version-control) recommend application developers to include package version lock file in Git, but library developers should consider more, such as not including the lock file or including it but refreshing regularly.
1717

1818
## How will the python packages get installed?
1919

0 commit comments

Comments
 (0)