mirror of
https://github.com/qdrant/qdrant.git
synced 2026-09-21 13:37:46 -05:00
* Move pyproject.toml to root * Migrate pyproject.toml from Poetry to uv * Update GH workflows * Update test script, doc and nix to use uv * Use latest uv * Fix uv.lock * Cleanup shell.nix * Cleanup - Explicit `uv sync` is not required, `uv run` will install deps automatically. - We don't provide a python package, so the `[build-system]` section is not needed. * Fix UV_VERSION inconsistency --------- Co-authored-by: tellet-q <elena.dubrovina@qdrant.com> Co-authored-by: xzfc <xzfcpw@gmail.com>
22 lines
316 B
Plaintext
22 lines
316 B
Plaintext
/target
|
|
/.idea
|
|
/.vscode
|
|
/.devcontainer
|
|
/storage
|
|
/snapshots
|
|
/consensus_test_logs
|
|
/config/local
|
|
/tls
|
|
/static
|
|
*.log
|
|
.qdrant-initialized
|
|
/.hypothesis
|
|
**/__pycache__
|
|
tests/storage-compat/compatibility.tar
|
|
tests/storage-compat/full-snapshot.snapshot.gz
|
|
tests/storage-compat/storage.tar.bz2
|
|
venv
|
|
.venv
|
|
.env
|
|
.python-version
|