mirror of
https://github.com/kennethreitz/responder.git
synced 2026-06-05 06:46:14 +00:00
44c33475b2
## About We think using an `uv.lock` file is only applicable for applications, and otherwise gives wrong impressions and expectations. ## References - https://discuss.python.org/t/the-purpose-of-a-lock-file/38756 - https://github.com/orgs/python-poetry/discussions/7847
21 lines
189 B
Plaintext
21 lines
189 B
Plaintext
.venv*
|
|
.vscode/
|
|
.cache
|
|
.idea
|
|
.python-version
|
|
.coverage
|
|
.pytest_cache
|
|
.DS_Store
|
|
coverage.xml
|
|
.coverage*
|
|
*.lock
|
|
|
|
__pycache__
|
|
tests/__pycache__
|
|
|
|
build
|
|
responder.egg-info/
|
|
dist/
|
|
app.py
|
|
app2.py
|